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

  /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,
218 UINT8 evt_type = p_cb->scan_rsp ? BTM_BLE_DISCOVER_EVT: BTM_BLE_NON_CONNECT_EVT; local
226 evt_type = p_cb->scan_rsp ? BTM_BLE_CONNECT_EVT: BTM_BLE_NON_CONNECT_EVT;
235 evt_type,
244 p_cb->evt_type = evt_type;
418 UINT8 evt_type; local
427 evt_type = BTM_BLE_CONNECT_DIR_EVT
883 UINT8 evt_type = (p_cb->connectable_mode == BTM_BLE_NON_CONNECTABLE) ? \\ local
1002 UINT8 evt_type = (p_cb->scan_rsp) ? BTM_BLE_DISCOVER_EVT: BTM_BLE_NON_CONNECT_EVT; local
1640 UINT8 evt_type = 0, *p = p_data; local
    [all...]
btm_ble_int.h 120 UINT8 evt_type; member in struct:__anon3063
  /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/lge/mako/camera/mm-camera-interface/
mm_camera_interface2.h 350 mm_camera_event_type_t evt_type);
354 mm_camera_event_type_t evt_type);
483 uint8_t cam_evt_is_event_supported(int cam_id, mm_camera_event_type_t evt_type);
487 mm_camera_event_type_t evt_type);
mm_camera_interface2.c 474 mm_camera_event_type_t evt_type)
476 switch(evt_type) {
491 mm_camera_event_type_t evt_type)
502 rc = mm_camera_reg_event(my_obj, evt_cb, user_data, evt_type);
893 uint8_t cam_evt_is_event_supported(int cam_id, mm_camera_event_type_t evt_type)
898 rc = mm_cam->evt->is_event_supported(mm_cam, evt_type);
906 mm_camera_event_type_t evt_type)
912 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);
  /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);
  /packages/apps/Nfc/nxp/jni/
com_android_nfc_NativeNfcManager.cpp 80 phLibNfc_eSE_EvtType_t evt_type, phLibNfc_Handle handle,
    [all...]
  /system/bluetooth/bluez-clean-headers/bluetooth/
hci.h 2206 uint8_t evt_type; member in struct:__anon43767
    [all...]

Completed in 364 milliseconds