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

  /system/bt/bta/jv/
bta_jv_api.cc 421 tBTA_JV_STATUS BTA_JvL2capRead(uint32_t handle, uint32_t req_id,
431 evt_data.req_id = req_id;
485 tBTA_JV_STATUS BTA_JvL2capWrite(uint32_t handle, uint32_t req_id, BT_HDR* msg,
494 do_in_bta_thread(FROM_HERE, Bind(&bta_jv_l2cap_write, handle, req_id, msg,
511 uint32_t req_id, tBTA_JV_L2CAP_CBACK* p_cback,
516 req_id, msg, user_id, p_cback));
662 tBTA_JV_STATUS BTA_JvRfcommWrite(uint32_t handle, uint32_t req_id) {
678 do_in_bta_thread(FROM_HERE, Bind(&bta_jv_rfcomm_write, handle, req_id, p_cb,
bta_jv_int.h 169 extern void bta_jv_l2cap_write(uint32_t handle, uint32_t req_id, BT_HDR* msg,
182 extern void bta_jv_rfcomm_write(uint32_t handle, uint32_t req_id,
195 uint32_t req_id, BT_HDR* msg,
bta_jv_act.cc     [all...]
  /system/bt/bta/include/
bta_jv_api.h 237 uint32_t req_id; /* The req_id in the associated BTA_JvL2capRead() */ member in struct:__anon1610
247 uint32_t req_id; /* The req_id in the associated BTA_JvL2capWrite() */ member in struct:__anon1611
257 uint32_t req_id; /* The req_id in the associated BTA_JvL2capWrite() */ member in struct:__anon1612
321 uint32_t req_id; /* The req_id in the associated BTA_JvRfcommWrite() */ member in struct:__anon1621
642 tBTA_JV_STATUS BTA_JvL2capRead(uint32_t handle, uint32_t req_id,
671 tBTA_JV_STATUS BTA_JvL2capWrite(uint32_t handle, uint32_t req_id, BT_HDR* msg
    [all...]
  /external/perfetto/src/tracing/core/
shared_memory_arbiter_impl.cc 249 void SharedMemoryArbiterImpl::NotifyFlushComplete(FlushRequestID req_id) {
261 req_id = std::max(req_id, commit_data_req_->flush_request_id());
263 commit_data_req_->set_flush_request_id(req_id);
  /device/linaro/bootloader/edk2/OvmfPkg/Include/IndustryStandard/Xen/io/
xs_wire.h 96 UINT32 req_id;/* Request identifier, echoed in daemon's response. */ member in struct:xsd_sockmsg
  /external/perfetto/src/tracing/ipc/producer/
producer_ipc_client_impl.cc 222 void ProducerIPCClientImpl::NotifyFlushComplete(FlushRequestID req_id) {
223 return shared_memory_arbiter_->NotifyFlushComplete(req_id);
  /external/wpa_supplicant_8/src/common/
dpp.h 244 const u8 * dpp_get_attr(const u8 *buf, size_t len, u16 req_id, u16 *ret_len);
dpp.c 500 const u8 * dpp_get_attr(const u8 *buf, size_t len, u16 req_id, u16 *ret_len)
512 if (id == req_id) {
    [all...]
  /system/bt/btif/src/
btif_sock_rfc.cc 548 __func__, p->req_id);
  /device/linaro/bootloader/edk2/OvmfPkg/XenBusDxe/
XenStore.c 813 Message.req_id = 0;
    [all...]
  /external/ipsec-tools/src/racoon/
pfkey.c     [all...]

Completed in 513 milliseconds