HomeSort by relevance Sort by last modified time
    Searched refs:hw_module (Results 1 - 15 of 15) sorted by null

  /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:__anon5603
  /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);
  /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 181 audio_module_handle_t srcModule = patch->sources[0].ext.device.hw_module;
192 patch->sinks[i].ext.mix.hw_module != srcModule) &&
204 if (patch->sinks[i].ext.mix.hw_module == srcModule &&
214 if (patch->sinks[0].ext.device.hw_module != srcModule) {
225 patch->sinks[0].ext.device.hw_module !=
226 patch->sources[1].ext.mix.hw_module) {
246 patch->sinks[0].ext.device.hw_module,
336 audio_module_handle_t srcModule = patch->sources[0].ext.mix.hw_module;
352 if (patch->sinks[i].ext.device.hw_module != srcModule) {
573 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 579 hw_module_t *hw_module = *it; local
582 struct sensors_module_t *module = (struct sensors_module_t*) hw_module;
644 static int open_sensors(const struct hw_module_t* hw_module, const char* name,
655 dev->proxy_device.common.module = const_cast<hw_module_t*>(hw_module);
  /system/core/include/system/
audio.h 882 audio_module_handle_t hw_module; \/* module the device is attached to *\/ member in struct:audio_port_config_device_ext
890 audio_module_handle_t hw_module; \/* module the stream is attached to *\/ member in struct:audio_port_config_mix_ext
945 audio_module_handle_t hw_module; \/* module the device is attached to *\/ member in struct:audio_port_device_ext
958 audio_module_handle_t hw_module; \/* module the stream is attached to *\/ member in struct:audio_port_mix_ext
    [all...]
  /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...]
  /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...]

Completed in 672 milliseconds