Home
last modified time | relevance | path

Searched defs:handle (Results 1 – 25 of 176) sorted by relevance

12345678

/system/bt/bta/pan/
Dbta_pan_ci.c52 void bta_pan_ci_tx_ready(UINT16 handle) in bta_pan_ci_tx_ready()
75 void bta_pan_ci_rx_ready(UINT16 handle) in bta_pan_ci_rx_ready()
100 void bta_pan_ci_tx_flow(UINT16 handle, BOOLEAN enable) in bta_pan_ci_tx_flow()
124 void bta_pan_ci_rx_write(UINT16 handle, BD_ADDR dst, BD_ADDR src, UINT16 protocol, in bta_pan_ci_rx_write()
161 void bta_pan_ci_rx_writebuf(UINT16 handle, BD_ADDR dst, BD_ADDR src, UINT16 protocol, in bta_pan_ci_rx_writebuf()
189 BT_HDR * bta_pan_ci_readbuf(UINT16 handle, BD_ADDR src, BD_ADDR dst, UINT16* p_protocol, in bta_pan_ci_readbuf()
221 void bta_pan_ci_set_mfilters(UINT16 handle, UINT16 num_mcast_filters, UINT8 *p_start_array, in bta_pan_ci_set_mfilters()
240 void bta_pan_ci_set_pfilters(UINT16 handle, UINT16 num_filters, UINT16 *p_start_array, UINT16 *p_en… in bta_pan_ci_set_pfilters()
248 void bta_pan_ci_tx_ready(UINT16 handle) in bta_pan_ci_tx_ready()
253 void bta_pan_ci_rx_ready(UINT16 handle) in bta_pan_ci_rx_ready()
[all …]
/system/core/metricsd/
Dc_metrics_library.cc32 extern "C" void CMetricsLibraryDelete(CMetricsLibrary handle) { in CMetricsLibraryDelete()
37 extern "C" void CMetricsLibraryInit(CMetricsLibrary handle) { in CMetricsLibraryInit()
43 extern "C" int CMetricsLibrarySendToUMA(CMetricsLibrary handle, in CMetricsLibrarySendToUMA()
52 extern "C" int CMetricsLibrarySendEnumToUMA(CMetricsLibrary handle, in CMetricsLibrarySendEnumToUMA()
61 extern "C" int CMetricsLibrarySendSparseToUMA(CMetricsLibrary handle, in CMetricsLibrarySendSparseToUMA()
69 extern "C" int CMetricsLibrarySendCrashToUMA(CMetricsLibrary handle, in CMetricsLibrarySendCrashToUMA()
77 extern "C" int CMetricsLibraryAreMetricsEnabled(CMetricsLibrary handle) { in CMetricsLibraryAreMetricsEnabled()
/system/bt/btif/src/
Dbtif_avrcp_audio_track.cpp65 void BtifAvrcpAudioTrackStart(void *handle) in BtifAvrcpAudioTrackStart()
75 void BtifAvrcpAudioTrackStop(void *handle) in BtifAvrcpAudioTrackStop()
88 void BtifAvrcpAudioTrackDelete(void *handle) in BtifAvrcpAudioTrackDelete()
109 void BtifAvrcpAudioTrackPause(void *handle) in BtifAvrcpAudioTrackPause()
123 void BtifAvrcpSetAudioTrackGain(void *handle, float gain) in BtifAvrcpSetAudioTrackGain()
136 int BtifAvrcpAudioTrackWriteData(void *handle, void *audioBuffer, int bufferlen) in BtifAvrcpAudioTrackWriteData()
Dbtif_sm.c86 void btif_sm_shutdown(btif_sm_handle_t handle) in btif_sm_shutdown()
107 btif_sm_state_t btif_sm_get_state(btif_sm_handle_t handle) in btif_sm_get_state()
131 bt_status_t btif_sm_dispatch(btif_sm_handle_t handle, btif_sm_event_t event, in btif_sm_dispatch()
163 bt_status_t btif_sm_change_state(btif_sm_handle_t handle, btif_sm_state_t state) in btif_sm_change_state()
/system/bt/btif/co/
Dbta_pan_co.c75 void bta_pan_co_open(UINT16 handle, UINT8 app_id, tBTA_PAN_ROLE local_role, in bta_pan_co_open()
120 void bta_pan_co_close(UINT16 handle, UINT8 app_id) in bta_pan_co_close()
159 void bta_pan_co_tx_path(UINT16 handle, UINT8 app_id) in bta_pan_co_tx_path()
222 void bta_pan_co_rx_path(UINT16 handle, UINT8 app_id) in bta_pan_co_rx_path()
243 void bta_pan_co_tx_write(UINT16 handle, UINT8 app_id, BD_ADDR src, BD_ADDR dst, in bta_pan_co_tx_write()
273 void bta_pan_co_tx_writebuf(UINT16 handle, UINT8 app_id, BD_ADDR src, in bta_pan_co_tx_writebuf()
303 void bta_pan_co_rx_flow(UINT16 handle, UINT8 app_id, BOOLEAN enable) in bta_pan_co_rx_flow()
325 void bta_pan_co_pfilt_ind(UINT16 handle, BOOLEAN indication, tBTA_PAN_STATUS result, in bta_pan_co_pfilt_ind()
346 void bta_pan_co_mfilt_ind(UINT16 handle, BOOLEAN indication, tBTA_PAN_STATUS result, in bta_pan_co_mfilt_ind()
Dbta_ag_co.c64 void bta_ag_co_audio_state(UINT16 handle, UINT8 app_id, UINT8 state, tBTA_AG_PEER_CODEC codec) in bta_ag_co_audio_state()
118 void bta_ag_co_data_open(UINT16 handle, tBTA_SERVICE_ID service) in bta_ag_co_data_open()
134 void bta_ag_co_data_close(UINT16 handle) in bta_ag_co_data_close()
152 void bta_ag_co_tx_write(UINT16 handle, UNUSED_ATTR UINT8 * p_data, UINT16 len) in bta_ag_co_tx_write()
/system/bt/bta/ag/
Dbta_ag_api.c141 void BTA_AgDeregister(UINT16 handle) in BTA_AgDeregister()
164 void BTA_AgOpen(UINT16 handle, BD_ADDR bd_addr, tBTA_SEC sec_mask, tBTA_SERVICE_MASK services) in BTA_AgOpen()
189 void BTA_AgClose(UINT16 handle) in BTA_AgClose()
210 void BTA_AgAudioOpen(UINT16 handle) in BTA_AgAudioOpen()
231 void BTA_AgAudioClose(UINT16 handle) in BTA_AgAudioClose()
253 void BTA_AgResult(UINT16 handle, tBTA_AG_RES result, tBTA_AG_RES_DATA *p_data) in BTA_AgResult()
279 void BTA_AgSetCodec(UINT16 handle, tBTA_AG_PEER_CODEC codec) in BTA_AgSetCodec()
Dbta_ag_rfc.c88 static void bta_ag_port_cback(UINT32 code, UINT16 port_handle, UINT16 handle) in bta_ag_port_cback()
120 static void bta_ag_mgmt_cback(UINT32 code, UINT16 port_handle, UINT16 handle) in bta_ag_mgmt_cback()
191 static int bta_ag_data_cback(UINT16 port_handle, void *p_data, UINT16 len, UINT16 handle) in bta_ag_data_cback()
212 void bta_ag_mgmt_cback_1(UINT32 code, UINT16 handle) {bta_ag_mgmt_cback(code, handle, 1);} in bta_ag_mgmt_cback_1()
213 void bta_ag_mgmt_cback_2(UINT32 code, UINT16 handle) {bta_ag_mgmt_cback(code, handle, 2);} in bta_ag_mgmt_cback_2()
214 void bta_ag_mgmt_cback_3(UINT32 code, UINT16 handle) {bta_ag_mgmt_cback(code, handle, 3);} in bta_ag_mgmt_cback_3()
215 void bta_ag_port_cback_1(UINT32 code, UINT16 handle) {bta_ag_port_cback(code, handle, 1);} in bta_ag_port_cback_1()
216 void bta_ag_port_cback_2(UINT32 code, UINT16 handle) {bta_ag_port_cback(code, handle, 2);} in bta_ag_port_cback_2()
217 void bta_ag_port_cback_3(UINT32 code, UINT16 handle) {bta_ag_port_cback(code, handle, 3);} in bta_ag_port_cback_3()
253 void bta_ag_setup_port(tBTA_AG_SCB *p_scb, UINT16 handle) in bta_ag_setup_port()
/system/bt/bta/hf_client/
Dbta_hf_client_api.c136 void BTA_HfClientDeregister(UINT16 handle) in BTA_HfClientDeregister()
159 void BTA_HfClientOpen(UINT16 handle, BD_ADDR bd_addr, tBTA_SEC sec_mask) in BTA_HfClientOpen()
183 void BTA_HfClientClose(UINT16 handle) in BTA_HfClientClose()
204 void BTA_HfClientAudioOpen(UINT16 handle) in BTA_HfClientAudioOpen()
225 void BTA_HfClientAudioClose(UINT16 handle) in BTA_HfClientAudioClose()
245 void BTA_HfClientSendAT(UINT16 handle, tBTA_HF_CLIENT_AT_CMD_TYPE at, UINT32 val1, UINT32 val2, con… in BTA_HfClientSendAT()
/system/vold/bench/
Dbenchgen.py180 fd, f, handle = extract_file(e, e.ret) variable
189 fd, f, handle = extract_file(e, e.args[0]) variable
195 fd, f, handle = extract_file(e, e.args[0]) variable
200 fd, f, handle = extract_file(e, e.args[0]) variable
205 fd, f, handle = extract_file(e, e.args[0]) variable
214 fd, f, handle = extract_file(e, e.args[0]) variable
223 fd, f, handle = extract_file(e, e.args[0]) variable
231 fd, f, handle = extract_file(e, e.args[0]) variable
239 fd, f, handle = extract_file(e, e.args[0]) variable
245 fd, f, handle = extract_file(e, e.args[0]) variable
[all …]
/system/bt/stack/rfcomm/
Dport_api.c244 int RFCOMM_RemoveConnection (UINT16 handle) in RFCOMM_RemoveConnection()
281 int RFCOMM_RemoveServer (UINT16 handle) in RFCOMM_RemoveServer()
495 int PORT_CheckConnection (UINT16 handle, BD_ADDR bd_addr, UINT16 *p_lcid) in PORT_CheckConnection()
597 int PORT_SetState (UINT16 handle, tPORT_STATE *p_settings) in PORT_SetState()
646 int PORT_GetRxQueueCnt (UINT16 handle, UINT16 *p_rx_queue_count) in PORT_GetRxQueueCnt()
690 int PORT_GetState (UINT16 handle, tPORT_STATE *p_settings) in PORT_GetState()
729 int PORT_Control (UINT16 handle, UINT8 signal) in PORT_Control()
815 int PORT_FlowControl (UINT16 handle, BOOLEAN enable) in PORT_FlowControl()
894 int PORT_FlowControl_MaxCredit (UINT16 handle, BOOLEAN enable) in PORT_FlowControl_MaxCredit()
973 int PORT_GetModemStatus (UINT16 handle, UINT8 *p_signal) in PORT_GetModemStatus()
[all …]
/system/bt/stack/avct/
Davct_api.c196 UINT16 AVCT_RemoveConn(UINT8 handle) in AVCT_RemoveConn()
237 UINT16 AVCT_CreateBrowse (UINT8 handle, UINT8 role) in AVCT_CreateBrowse()
314 UINT16 AVCT_RemoveBrowse (UINT8 handle) in AVCT_RemoveBrowse()
349 UINT16 AVCT_GetBrowseMtu (UINT8 handle) in AVCT_GetBrowseMtu()
375 UINT16 AVCT_GetPeerMtu (UINT8 handle) in AVCT_GetPeerMtu()
413 UINT16 AVCT_MsgReq(UINT8 handle, UINT8 label, UINT8 cr, BT_HDR *p_msg) in AVCT_MsgReq()
/system/core/libziparchive/
Dzip_archive_test.cc64 ZipArchiveHandle* handle) { in OpenArchiveWrapper()
81 ZipArchiveHandle handle; in TEST() local
88 ZipArchiveHandle handle; in TEST() local
98 ZipArchiveHandle handle; in TEST() local
108 ZipArchiveHandle handle; in TEST() local
116 ZipArchiveHandle handle; in TEST() local
152 ZipArchiveHandle handle; in TEST() local
181 ZipArchiveHandle handle; in TEST() local
214 ZipArchiveHandle handle; in TEST() local
244 ZipArchiveHandle handle; in TEST() local
[all …]
Dzip_writer_test.cc57 ZipArchiveHandle handle; in TEST_F() local
94 ZipArchiveHandle handle; in TEST_F() local
136 ZipArchiveHandle handle; in TEST_F() local
181 ZipArchiveHandle handle; in TEST_F() local
210 ZipArchiveHandle handle; in TEST_F() local
232 ZipArchiveHandle handle; in TEST_F() local
261 ZipArchiveHandle handle; in TEST_F() local
299 ZipArchiveHandle handle; in TEST_F() local
/system/bt/stack/avrc/
Davrc_opt.c97 UINT16 AVRC_UnitCmd(UINT8 handle, UINT8 label) in AVRC_UnitCmd()
140 UINT16 AVRC_SubCmd(UINT8 handle, UINT8 label, UINT8 page) in AVRC_SubCmd()
182 UINT16 AVRC_VendorCmd(UINT8 handle, UINT8 label, tAVRC_MSG_VENDOR *p_msg) in AVRC_VendorCmd()
217 UINT16 AVRC_VendorRsp(UINT8 handle, UINT8 label, tAVRC_MSG_VENDOR *p_msg) in AVRC_VendorRsp()
/system/core/adb/
Dusb_windows.cpp152 int register_new_device(usb_handle* handle) { in register_new_device()
352 int usb_write(usb_handle* handle, const void* data, int len) { in usb_write()
416 int usb_read(usb_handle *handle, void* data, int len) { in usb_read()
465 void usb_cleanup_handle(usb_handle* handle) { in usb_cleanup_handle()
487 static void usb_kick_locked(usb_handle* handle) { in usb_kick_locked()
493 void usb_kick(usb_handle* handle) { in usb_kick()
506 int usb_close(usb_handle* handle) { in usb_close()
530 int recognized_device(usb_handle* handle) { in recognized_device()
581 usb_handle* handle = NULL; in find_devices() local
/system/tpm/trunks/
Dsession_manager_test.cc51 void SetHandle(TPM_HANDLE handle) { in SetHandle()
82 TPM_HANDLE handle = TPM_RH_FIRST; in TEST_F() local
90 TPM_HANDLE handle = kUninitializedHandle; in TEST_F() local
98 TPM_HANDLE handle = TPM_RH_FIRST; in TEST_F() local
112 TPM_HANDLE handle = TPM_RH_FIRST; in TEST_F() local
158 TPM_HANDLE handle = TPM_RH_FIRST; in TEST_F() local
Dscoped_key_handle_test.cc52 TPM_HANDLE handle = TPM_RH_FIRST; in TEST_F() local
59 TPM_HANDLE handle = TPM_RH_FIRST; in TEST_F() local
65 TPM_HANDLE handle = TPM_RH_FIRST; in TEST_F() local
85 TPM_HANDLE handle = TPM_RH_FIRST; in TEST_F() local
/system/bt/stack/pan/
Dpan_main.c94 void pan_conn_ind_cb (UINT16 handle, in pan_conn_ind_cb()
331 void pan_connect_state_cb (UINT16 handle, BD_ADDR rem_bda, tBNEP_RESULT result, BOOLEAN is_role_cha… in pan_connect_state_cb()
433 void pan_data_ind_cb (UINT16 handle, in pan_data_ind_cb()
538 void pan_data_buf_ind_cb (UINT16 handle, in pan_data_buf_ind_cb()
649 void pan_tx_data_flow_cb (UINT16 handle, in pan_tx_data_flow_cb()
679 void pan_proto_filt_ind_cb (UINT16 handle, in pan_proto_filt_ind_cb()
713 void pan_mcast_filt_ind_cb (UINT16 handle, in pan_mcast_filt_ind_cb()
/system/bt/stack/sdp/
Dsdp_db.c161 tSDP_RECORD *sdp_db_find_record (UINT32 handle) in sdp_db_find_record()
282 UINT32 handle; in SDP_CreateRecord() local
329 BOOLEAN SDP_DeleteRecord (UINT32 handle) in SDP_DeleteRecord()
395 BOOLEAN SDP_AddAttribute (UINT32 handle, UINT16 attr_id, UINT8 attr_type, in SDP_AddAttribute()
527 BOOLEAN SDP_AddSequence (UINT32 handle, UINT16 attr_id, UINT16 num_elem, in SDP_AddSequence()
605 BOOLEAN SDP_AddUuidSequence (UINT32 handle, UINT16 attr_id, UINT16 num_uuids, in SDP_AddUuidSequence()
650 BOOLEAN SDP_AddProtocolList (UINT32 handle, UINT16 num_elem, in SDP_AddProtocolList()
680 BOOLEAN SDP_AddAdditionProtoLists (UINT32 handle, UINT16 num_elem, in SDP_AddAdditionProtoLists()
727 BOOLEAN SDP_AddProfileDescriptorList (UINT32 handle, UINT16 profile_uuid, in SDP_AddProfileDescriptorList()
771 BOOLEAN SDP_AddLanguageBaseAttrIDList (UINT32 handle, UINT16 lang, in SDP_AddLanguageBaseAttrIDList()
[all …]
/system/bt/stack/bnep/
Dbnep_api.c236 tBNEP_RESULT BNEP_ConnectResp (UINT16 handle, tBNEP_RESULT resp) in BNEP_ConnectResp()
313 tBNEP_RESULT BNEP_Disconnect (UINT16 handle) in BNEP_Disconnect()
356 tBNEP_RESULT BNEP_WriteBuf (UINT16 handle, in BNEP_WriteBuf()
468 tBNEP_RESULT BNEP_Write (UINT16 handle, in BNEP_Write()
574 tBNEP_RESULT BNEP_SetProtocolFilters (UINT16 handle, in BNEP_SetProtocolFilters()
633 tBNEP_RESULT BNEP_SetMulticastFilters (UINT16 handle, in BNEP_SetMulticastFilters()
706 tBNEP_RESULT BNEP_GetStatus (UINT16 handle, tBNEP_STATUS *p_status) in BNEP_GetStatus()
/system/core/libion/
Dion.c62 unsigned int flags, ion_user_handle_t *handle) in ion_alloc()
82 int ion_free(int fd, ion_user_handle_t handle) in ion_free()
90 int ion_map(int fd, ion_user_handle_t handle, size_t length, int prot, in ion_map()
121 int ion_share(int fd, ion_user_handle_t handle, int *share_fd) in ion_share()
144 ion_user_handle_t handle; in ion_alloc_fd() local
155 int ion_import(int fd, int share_fd, ion_user_handle_t *handle) in ion_import()
/system/core/libutils/
DNativeHandle.cpp23 native_handle_t* handle, bool ownsHandle) { in create()
27 NativeHandle::NativeHandle(native_handle_t* handle, bool ownsHandle) in NativeHandle()
/system/core/libion/tests/
Dallocate_test.cpp34 ion_user_handle_t handle = 0; in TEST_F() local
49 ion_user_handle_t handle = 0; in TEST_F() local
64 ion_user_handle_t handle = 0; in TEST_F() local
79 ion_user_handle_t handle = 0; in TEST_F() local
142 ion_user_handle_t handle = 0; in TEST_F() local
/system/bt/stack/avdt/
Davdt_api.c205 void AVDT_AbortReq(UINT8 handle) in AVDT_AbortReq()
268 UINT16 AVDT_RemoveStream(UINT8 handle) in AVDT_RemoveStream()
476 UINT16 AVDT_DelayReport(UINT8 handle, UINT8 seid, UINT16 delay) in AVDT_DelayReport()
511 UINT16 AVDT_OpenReq(UINT8 handle, BD_ADDR bd_addr, UINT8 seid, tAVDT_CFG *p_cfg) in AVDT_OpenReq()
562 UINT16 AVDT_ConfigRsp(UINT8 handle, UINT8 label, UINT8 error_code, UINT8 category) in AVDT_ConfigRsp()
727 UINT16 AVDT_CloseReq(UINT8 handle) in AVDT_CloseReq()
762 UINT16 AVDT_ReconfigReq(UINT8 handle, tAVDT_CFG *p_cfg) in AVDT_ReconfigReq()
797 UINT16 AVDT_ReconfigRsp(UINT8 handle, UINT8 label, UINT8 error_code, UINT8 category) in AVDT_ReconfigRsp()
834 UINT16 AVDT_SecurityReq(UINT8 handle, UINT8 *p_data, UINT16 len) in AVDT_SecurityReq()
869 UINT16 AVDT_SecurityRsp(UINT8 handle, UINT8 label, UINT8 error_code, in AVDT_SecurityRsp()
[all …]

12345678