松勤軟件測試0基礎到項目實戰(zhàn)系統(tǒng)學習全棧班(直播課)
hw_get_module、hw_get_module_by_class
加載硬件模塊,獲取hw_module_t
int hw_get_module(const char *id, const struct hw_module_t **module); //根據(jù)id
int hw_get_module_by_class(const char *class_id, const char *inst,
? ? ? ? ? ? ? ? ? ? ? ? ? ?const struct hw_module_t **module); //根據(jù)class_id和實例
一些模塊關聯(lián)多個interface,如
audio.primary.<variant>.so
audio.a2dp.<variant>.so
????
標簽: