Home
last modified time | relevance | path

Searched defs:client_handle (Results 1 – 8 of 8) sorted by relevance

/system/chre/platform/slpi/smgr/
Dsmr_helper.cc93 smr_client_hndl client_handle, unsigned int msg_id, in sendReqAsyncUntyped()
113 smr_client_hndl client_handle, unsigned int msg_id, in sendReqSyncUntyped()
176 void SmrHelper::handleResp(smr_client_hndl client_handle, unsigned int msg_id, in handleResp()
213 smr_client_hndl client_handle, unsigned int msg_id, void *resp_c_struct, in smrSyncRespCb()
/system/chre/platform/slpi/include/chre/platform/slpi/smgr/
Dsmr_helper.h283 static void smrAsyncRespCb(smr_client_hndl client_handle, in smrAsyncRespCb()
/system/nfc/src/nfa/p2p/
Dnfa_p2p_api.cc360 tNFA_STATUS NFA_P2pConnectByName(tNFA_HANDLE client_handle, in NFA_P2pConnectByName()
418 tNFA_STATUS NFA_P2pConnectBySap(tNFA_HANDLE client_handle, uint8_t dsap, in NFA_P2pConnectBySap()
/system/nfc/src/nfa/include/
Dnfa_p2p_api.h91 tNFA_HANDLE client_handle; /* NFA_HANDLE_INVALID if failed */ member
115 tNFA_HANDLE client_handle; member
Dnfa_snep_api.h82 tNFA_HANDLE client_handle; /* handle for registered client */ member
Dnfa_snep_int.h87 tNFA_HANDLE client_handle; /* handle for client */ member
Dnfa_p2p_int.h111 tNFA_HANDLE client_handle; member
/system/bt/stack/test/rfcomm/
Dstack_rfcomm_test.cc268 uint16_t acl_handle, uint16_t* client_handle, in StartClientPort()
605 uint16_t client_handle = 0; in TEST_F() local