Home
last modified time | relevance | path

Searched refs:evt_type (Results 1 – 12 of 12) sorted by relevance

/aosp12/system/bt/stack/btm/
H A Dbtm_ble_gap.cc775 uint8_t evt_type; in btm_set_conn_mode_adv_init_addr() local
848 return evt_type; in btm_set_conn_mode_adv_init_addr()
934 switch (evt_type) { in btm_ble_select_adv_interval()
1044 uint8_t evt_type; in btm_ble_set_discoverability() local
1059 evt_type = in btm_ble_set_discoverability()
1085 p_cb->evt_type = evt_type; in btm_ble_set_discoverability()
1134 uint8_t evt_type; in btm_ble_set_connectability() local
1149 evt_type = in btm_ble_set_connectability()
1162 if (p_cb->evt_type != evt_type || in btm_ble_set_connectability()
1169 p_cb->evt_type = evt_type; in btm_ble_set_connectability()
[all …]
H A Dbtm_ble_adv_filter.cc547 uint8_t evt_type; in BTM_LE_PF_uuid_filter() local
550 evt_type = BTM_BLE_META_PF_UUID; in BTM_LE_PF_uuid_filter()
552 evt_type = BTM_BLE_META_PF_SOL_UUID; in BTM_LE_PF_uuid_filter()
561 UINT8_TO_STREAM(p, evt_type); in BTM_LE_PF_uuid_filter()
603 base::Bind(&btm_flt_update_cb, evt_type, cb)); in BTM_LE_PF_uuid_filter()
H A Dbtm_ble_int_types.h99 uint8_t evt_type; member
/aosp12/system/memory/lmkd/include/
H A Dlmkd.h219 enum async_event_type evt_type; member
227 params->evt_type = (enum async_event_type)ntohl(packet[1]); in lmkd_pack_get_subscribe()
234 …ic inline size_t lmkd_pack_set_subscribe(LMKD_CTRL_PACKET packet, enum async_event_type evt_type) { in lmkd_pack_set_subscribe() argument
236 packet[1] = htonl((int)evt_type); in lmkd_pack_set_subscribe()
/aosp12/system/bt/test/mock/
H A Dmock_stack_btm_ble_gap.cc152 void btm_ble_process_adv_pkt_cont(uint16_t evt_type, uint8_t addr_type, in btm_ble_process_adv_pkt_cont() argument
161 uint16_t evt_type, uint8_t addr_type, const RawAddress& bda, in btm_ble_process_adv_pkt_cont_for_inquiry() argument
192 const RawAddress& bda, uint16_t evt_type, in btm_ble_update_inq_result() argument
/aosp12/hardware/qcom/camera/msm8998/QCamera2/HAL/
H A DQCamera2HWICallbacks.cpp107 payload->evt_type = QCAMERA_INTERNAL_EVT_RETRO_AEC_UNLOCK; in zsl_channel_cb()
129 payload->evt_type = QCAMERA_INTERNAL_EVT_READY_FOR_SNAPSHOT; in zsl_channel_cb()
2190 payload->evt_type = QCAMERA_INTERNAL_EVT_HISTOGRAM_STATS; in metadata_stream_cb_routine()
2261 payload->evt_type = QCAMERA_INTERNAL_EVT_FOCUS_UPDATE; in metadata_stream_cb_routine()
2312 payload->evt_type = QCAMERA_INTERNAL_EVT_CROP_INFO; in metadata_stream_cb_routine()
2356 payload->evt_type = QCAMERA_INTERNAL_EVT_HDR_UPDATE; in metadata_stream_cb_routine()
2376 payload->evt_type = QCAMERA_INTERNAL_EVT_ASD_UPDATE; in metadata_stream_cb_routine()
2396 payload->evt_type = QCAMERA_INTERNAL_EVT_AWB_UPDATE; in metadata_stream_cb_routine()
2431 payload->evt_type = QCAMERA_INTERNAL_EVT_AE_UPDATE; in metadata_stream_cb_routine()
2551 payload->evt_type = QCAMERA_INTERNAL_EVT_FOCUS_POS_UPDATE; in metadata_stream_cb_routine()
[all …]
H A DQCameraStateMachine.h172 qcamera_internal_evt_type_t evt_type; member
H A DQCameraStateMachine.cpp739 switch (internal_evt->evt_type) { in procEvtPreviewStoppedState()
1111 switch (internal_evt->evt_type) { in procEvtPreviewReadyState()
1612 switch (internal_evt->evt_type) { in procEvtPreviewingState()
1659 internal_evt->evt_type, m_state); in procEvtPreviewingState()
1796 switch (internal_evt->evt_type) { in procEvtPrepareSnapshotState()
1850 internal_evt->evt_type, m_state); in procEvtPrepareSnapshotState()
2210 switch (internal_evt->evt_type) { in procEvtPicTakingState()
2688 switch (internal_evt->evt_type) { in procEvtRecordingState()
3074 switch (internal_evt->evt_type) { in procEvtVideoPicTakingState()
3563 switch (internal_evt->evt_type) { in procEvtPreviewPicTakingState()
H A DQCamera2HWI.cpp5475 payload->evt_type = QCAMERA_INTERNAL_EVT_ZSL_CAPTURE_DONE; in captureDone()
11401 payload->evt_type = QCAMERA_INTERNAL_EVT_DUAL_CAMERA_FOV_CONTROL; in fillDualCameraFOVControl()
/aosp12/hardware/broadcom/wlan/bcmdhd/wifi_hal/
H A Dgscan.cpp666 wifi_scan_event evt_type; in handleEvent() local
667 evt_type = (wifi_scan_event) event.get_u32(NL80211_ATTR_VENDOR_DATA); in handleEvent()
668 ALOGV("Received event type %d", evt_type); in handleEvent()
670 (*mHandler.on_scan_event)(id(), evt_type); in handleEvent()
/aosp12/hardware/qcom/camera/msm8998/
H A DQCamera_Intf.h982 uint32_t evt_type; /* event type */ member
/aosp12/system/memory/lmkd/
H A Dlmkd.cpp1290 data_sock[dsock_idx].async_event_mask |= 1 << params.evt_type; in cmd_subscribe()