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

  /system/bt/bta/include/
bta_jv_api.h 237 uint32_t req_id; /* The req_id in the associated BTA_JvL2capRead() */ member in struct:__anon105766
247 uint32_t req_id; /* The req_id in the associated BTA_JvL2capWrite() */ member in struct:__anon105767
258 uint32_t req_id; /* The req_id in the associated BTA_JvL2capWrite() */ member in struct:__anon105768
323 uint32_t req_id; /* The req_id in the associated BTA_JvRfcommWrite() */ member in struct:__anon105777
661 tBTA_JV_STATUS BTA_JvL2capRead(uint32_t handle, uint32_t req_id,
690 tBTA_JV_STATUS BTA_JvL2capWrite(uint32_t handle, uint32_t req_id,
    [all...]
  /system/bt/bta/jv/
bta_jv_api.cc 620 tBTA_JV_STATUS BTA_JvL2capRead(uint32_t handle, uint32_t req_id,
631 evt_data.req_id = req_id;
685 tBTA_JV_STATUS BTA_JvL2capWrite(uint32_t handle, uint32_t req_id,
697 p_msg->req_id = req_id;
725 uint32_t req_id,
738 p_msg->req_id = req_id;
    [all...]
bta_jv_int.h 205 uint32_t req_id; member in struct:__anon105810
216 uint32_t req_id; member in struct:__anon105811
228 uint32_t req_id; member in struct:__anon105812
277 uint32_t req_id; member in struct:__anon105817
bta_jv_act.cc     [all...]
  /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
  /system/bt/btif/src/
btif_sock_l2cap.cc 636 static void on_l2cap_write_done(void* req_id, uint16_t len, uint32_t id) {
639 if (req_id != NULL) {
640 osi_free(req_id); // free the buffer
660 static void on_l2cap_write_fixed_done(void* req_id, uint16_t len, uint32_t id) {
663 if (req_id != NULL) {
664 osi_free(req_id); // free the buffer
    [all...]
btif_sock_rfc.cc 554 __func__, p->req_id);
  /device/linaro/bootloader/edk2/OvmfPkg/XenBusDxe/
XenStore.c 811 Message.req_id = 0;
    [all...]

Completed in 162 milliseconds