/hardware/libhardware/tests/camera3/ |
camera3test_fixtures.h | 37 const hw_module_t *hw_module = NULL; local 38 ASSERT_EQ(0, hw_get_module(CAMERA_HARDWARE_MODULE_ID, &hw_module)) 40 ASSERT_TRUE(NULL != hw_module) 43 cam_module_ = reinterpret_cast<const camera_module_t*>(hw_module);
|
/hardware/libhardware/tests/fingerprint/ |
fingerprint_test_fixtures.h | 35 const hw_module_t *hw_module = NULL; local 36 ASSERT_EQ(0, hw_get_module(FINGERPRINT_HARDWARE_MODULE_ID, &hw_module)) 38 ASSERT_TRUE(NULL != hw_module) 41 fp_module_ = reinterpret_cast<const fingerprint_module_t*>(hw_module);
|
/external/bluetooth/bluedroid/bta/sys/ |
bta_sys_ci.c | 48 p_msg->hw_module = module; 72 p_msg->hw_module = module;
|
bta_sys_main.c | 340 bta_sys_cb.sys_hw_module_active |= ((UINT32)1 << p_sys_hw_msg->hw_module ); 343 bta_sys_hw_co_enable(p_sys_hw_msg->hw_module); 348 bta_sys_cb.sys_hw_module_active |= ((UINT32)1 << p_sys_hw_msg->hw_module ); 351 if (bta_sys_cb.sys_hw_cback[p_sys_hw_msg->hw_module ]!= NULL ) 352 bta_sys_cb.sys_hw_cback[p_sys_hw_msg->hw_module ]( BTA_SYS_HW_ON_EVT ); 356 p_sys_hw_msg->hw_module, bta_sys_cb.sys_hw_module_active); 373 p_sys_hw_msg->hw_module, bta_sys_cb.sys_hw_module_active ); 376 bta_sys_disable( p_sys_hw_msg->hw_module ); 380 bta_sys_cb.sys_hw_module_active &= ~((UINT32)1 << p_sys_hw_msg->hw_module ); 387 if( bta_sys_cb.sys_hw_cback[p_sys_hw_msg->hw_module ]!= NULL [all...] |
bta_sys.h | 184 tBTA_SYS_HW_MODULE hw_module; member in struct:__anon5598
|
/frameworks/base/core/jni/ |
android_server_FingerprintManager.cpp | 133 const hw_module_t *hw_module = NULL; local 134 if (0 != (err = hw_get_module(FINGERPRINT_HARDWARE_MODULE_ID, &hw_module))) { 138 if (NULL == hw_module) { 143 gContext.module = reinterpret_cast<const fingerprint_module_t*>(hw_module); 152 if (0 != (err = gContext.module->common.methods->open(hw_module, NULL, &device))) {
|
/frameworks/av/services/audioflinger/ |
PatchPanel.cpp | 179 audio_module_handle_t srcModule = patch->sources[0].ext.device.hw_module; 190 patch->sinks[i].ext.mix.hw_module != srcModule) && 202 if (patch->sinks[i].ext.mix.hw_module == srcModule && 212 if (patch->sinks[0].ext.device.hw_module != srcModule) { 223 patch->sinks[0].ext.device.hw_module != 224 patch->sources[1].ext.mix.hw_module) { 244 patch->sinks[0].ext.device.hw_module, 334 audio_module_handle_t srcModule = patch->sources[0].ext.mix.hw_module; 350 if (patch->sinks[i].ext.device.hw_module != srcModule) { 571 audio_module_handle_t srcModule = patch->sources[0].ext.device.hw_module; [all...] |
Threads.cpp | [all...] |
/external/libnfc-nci/src/adaptation/ |
NfcAdaptation.cpp | 304 const hw_module_t* hw_module = NULL; local 317 ret = hw_get_module (nci_hal_module, &hw_module); 320 ret = nfc_nci_open (hw_module, &mHalDeviceContext);
|
/hardware/libhardware/modules/sensors/ |
multihal.cpp | 546 hw_module_t *hw_module = *it; local 549 struct sensors_module_t *module = (struct sensors_module_t*) hw_module; 611 static int open_sensors(const struct hw_module_t* hw_module, const char* name, 622 dev->proxy_device.common.module = const_cast<hw_module_t*>(hw_module);
|
/external/libnfc-nxp/Linux_x86/ |
phDal4Nfc.c | 537 const hw_module_t* hw_module; local 544 ret = hw_get_module(NFC_HARDWARE_MODULE_ID, &hw_module); 549 ret = nfc_pn544_open(hw_module, &pn544_dev); 551 ALOGE("Could not open pn544 hw_module"); [all...] |
/system/core/include/system/ |
audio.h | 876 audio_module_handle_t hw_module; \/* module the device is attached to *\/ member in struct:audio_port_config_device_ext 884 audio_module_handle_t hw_module; \/* module the stream is attached to *\/ member in struct:audio_port_config_mix_ext 939 audio_module_handle_t hw_module; \/* module the device is attached to *\/ member in struct:audio_port_device_ext 952 audio_module_handle_t hw_module; \/* module the stream is attached to *\/ member in struct:audio_port_mix_ext [all...] |
/packages/apps/Nfc/nxp/jni/ |
com_android_nfc_NativeNfcManager.cpp | 311 const hw_module_t* hw_module; local 322 ret = hw_get_module(NFC_HARDWARE_MODULE_ID, &hw_module); 327 ret = nfc_pn544_open(hw_module, &pn544_dev); 329 ALOGE("Could not open pn544 hw_module."); [all...] |
/frameworks/av/services/audiopolicy/ |
AudioPolicyManager.cpp | [all...] |
/external/bluetooth/bluedroid/bta/dm/ |
bta_dm_act.c | 284 sys_enable_event->hw_module = BTA_SYS_HW_BLUETOOTH; [all...] |