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

  /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...]
  /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
  /system/bluetooth/bluez-clean-headers/bluetooth/
hci.h 2206 uint8_t evt_type; member in struct:__anon43767
    [all...]

Completed in 651 milliseconds