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

  /system/bt/bta/gatt/
bta_gattc_main.cc 284 static const char* gattc_evt_code(tBTA_GATTC_INT_EVT evt_code);
416 static const char* gattc_evt_code(tBTA_GATTC_INT_EVT evt_code) {
417 switch (evt_code) {
  /system/bt/bta/hd/
bta_hd_main.cc 224 static const char* bta_hd_evt_code(tBTA_HD_INT_EVT evt_code);
305 static const char* bta_hd_evt_code(tBTA_HD_INT_EVT evt_code) {
306 switch (evt_code) {
  /system/bt/bta/hh/
bta_hh_main.cc 216 static const char* bta_hh_evt_code(tBTA_HH_INT_EVT evt_code);
436 static const char* bta_hh_evt_code(tBTA_HH_INT_EVT evt_code) {
437 switch (evt_code) {
  /packages/apps/Nfc/nci/jni/
HciEventManager.cpp 142 "event=%d code=%d pipe=%d len=%d", event, eventData->rcvd_evt.evt_code,
160 eventData->rcvd_evt.evt_code == NFA_HCI_EVT_TRANSACTION &&
  /system/nfc/src/nfa/include/
nfa_hci_api.h 206 uint8_t evt_code; /* HCP EVT id */ member in struct:__anon3412
512 uint8_t evt_code, uint16_t evt_size,
nfa_hci_int.h 233 uint8_t evt_code; member in struct:__anon3436
  /system/nfc/src/nfa/p2p/
nfa_p2p_main.cc 57 static std::string nfa_p2p_evt_code(uint16_t evt_code);
784 static std::string nfa_p2p_evt_code(uint16_t evt_code) {
785 switch (evt_code) {
  /system/nfc/src/nfa/hci/
nfa_hci_api.cc 604 uint8_t evt_code, uint16_t evt_size,
611 hci_handle, pipe, evt_code);
646 p_msg->evt_code = evt_code;
    [all...]
nfa_hci_act.cc     [all...]
nfa_hci_main.cc     [all...]
  /system/bt/bta/hl/
bta_hl_act.cc 48 static const char* bta_hl_mcap_evt_code(uint8_t evt_code);
50 static const char* bta_hl_cback_evt_code(uint8_t evt_code);
    [all...]
bta_hl_int.h     [all...]
bta_hl_utils.cc     [all...]
  /system/bt/bta/av/
bta_av_int.h 692 extern const char* bta_av_evt_code(uint16_t evt_code);
bta_av_main.cc     [all...]

Completed in 222 milliseconds