/external/bluetooth/bluedroid/stack/btm/ |
btm_ble_gap.c | 51 static void btm_ble_process_adv_pkt_cont(BD_ADDR bda, UINT8 addr_type, UINT8 evt_type, UINT8 *p); 121 p_cb->evt_type = btm_set_conn_mode_adv_init_addr(p_cb, p_addr_ptr, &init_addr_type, &p_cb->adv_addr_type); 125 p_cb->evt_type, 239 UINT8 evt_type = p_cb->scan_rsp ? BTM_BLE_DISCOVER_EVT: BTM_BLE_NON_CONNECT_EVT; local 247 evt_type = p_cb->scan_rsp ? BTM_BLE_CONNECT_EVT: BTM_BLE_NON_CONNECT_EVT; 256 evt_type, 265 p_cb->evt_type = evt_type; 438 UINT8 evt_type; local 447 evt_type = BTM_BLE_CONNECT_DIR_EVT 903 UINT8 evt_type = (p_cb->connectable_mode == BTM_BLE_NON_CONNECTABLE) ? \\ local 1022 UINT8 evt_type = (p_cb->scan_rsp) ? BTM_BLE_DISCOVER_EVT: BTM_BLE_NON_CONNECT_EVT; local 1667 UINT8 evt_type = 0, *p = p_data; local [all...] |
btm_ble_int.h | 120 UINT8 evt_type; member in struct:__anon797
|
/device/lge/mako/camera/QCamera/stack/mm-camera-interface/src/ |
mm_camera.c | 61 mm_camera_event_type_t evt_type, 91 mm_camera_event_type_t evt_type = cmd_cb->u.evt.event_type; local 95 if (evt_type < MM_CAMERA_EVT_TYPE_MAX) { 98 if(my_obj->evt[evt_type].evt[i].evt_cb) { 99 my_obj->evt[evt_type].evt[i].evt_cb( 102 my_obj->evt[evt_type].evt[i].user_data); 338 uint8_t mm_camera_is_event_supported(mm_camera_obj_t *my_obj, mm_camera_event_type_t evt_type) 340 switch(evt_type) { 356 mm_camera_event_type_t evt_type) 363 evt_array = &my_obj->evt[evt_type]; [all...] |
mm_camera_interface.c | 254 mm_camera_event_type_t evt_type) 256 switch(evt_type) { 272 mm_camera_event_type_t evt_type) 277 CDBG("%s :E evt_type = %d",__func__,evt_type); 284 rc = mm_camera_register_event_notify(my_obj, evt_cb, user_data, evt_type); 329 CDBG("%s :X evt_type = %d",__func__,rc);
|
/device/asus/flo/camera/QCamera2/HAL/ |
QCameraStateMachine.h | 139 qcamera_internal_evt_type_t evt_type; member in struct:qcamera::__anon1601
|
QCameraStateMachine.cpp | [all...] |
QCamera2HWICallbacks.cpp | 704 payload->evt_type = QCAMERA_INTERNAL_EVT_FOCUS_UPDATE; 732 payload->evt_type = QCAMERA_INTERNAL_EVT_PREP_SNAPSHOT_DONE; [all...] |
/device/lge/mako/camera/mm-camera-interface/ |
mm_camera_interface2.h | 351 mm_camera_event_type_t evt_type); 355 mm_camera_event_type_t evt_type); 485 uint8_t cam_evt_is_event_supported(int cam_id, mm_camera_event_type_t evt_type); 489 mm_camera_event_type_t evt_type);
|
mm_camera_interface2.c | 494 mm_camera_event_type_t evt_type) 496 switch(evt_type) { 511 mm_camera_event_type_t evt_type) 522 rc = mm_camera_reg_event(my_obj, evt_cb, user_data, evt_type); 921 uint8_t cam_evt_is_event_supported(int cam_id, mm_camera_event_type_t evt_type) 926 rc = mm_cam->evt->is_event_supported(mm_cam, evt_type); 934 mm_camera_event_type_t evt_type) 940 mm_cam, evt_cb, user_data, evt_type);
|
mm_camera.c | 718 mm_camera_event_type_t evt_type, int reg_count) 727 if(my_obj->evt_type_mask == (uint32_t)(1 << evt_type)) { [all...] |
mm_camera.h | 346 void *user_data, uint32_t evt_type);
|
/hardware/qcom/camera/QCamera2/HAL/ |
QCameraStateMachine.h | 139 qcamera_internal_evt_type_t evt_type; member in struct:qcamera::__anon31217
|
QCameraStateMachine.cpp | [all...] |
QCamera2HWICallbacks.cpp | 704 payload->evt_type = QCAMERA_INTERNAL_EVT_FOCUS_UPDATE; 732 payload->evt_type = QCAMERA_INTERNAL_EVT_PREP_SNAPSHOT_DONE; [all...] |
/device/lge/mako/camera/QCamera/stack/mm-camera-interface/inc/ |
mm_camera_interface.h | 223 mm_camera_event_type_t evt_type); 227 mm_camera_event_type_t evt_type);
|
mm_camera.h | 453 mm_camera_event_type_t evt_type); 457 mm_camera_event_type_t evt_type); 538 mm_camera_event_type_t evt_type);
|
/device/asus/flo/camera/ |
QCamera_Intf.h | 982 uint32_t evt_type; /* event type */ member in struct:__anon1900
|
/hardware/qcom/camera/ |
QCamera_Intf.h | 982 uint32_t evt_type; /* event type */ member in struct:__anon31528
|
/packages/apps/Nfc/nxp/jni/ |
com_android_nfc_NativeNfcManager.cpp | 80 phLibNfc_eSE_EvtType_t evt_type, phLibNfc_Handle handle, [all...] |