Searched refs:inst (Results 1 - 5 of 5) sorted by path

/system/bt/stack/btm/
H A Dbtm_ble_multi_adv.cc907 void RecomputeTimeout(AdvertisingInstance* inst, TimeTicks now) { argument
908 TimeDelta duration = now - inst->enable_time;
910 if (inst->duration) {
912 if (durationDone + 1 >= inst->duration) {
913 inst->enable_status = false;
914 inst->timeout_cb.Run(0 /* TODO: STATUS HERE?*/);
917 inst->duration = inst->duration - durationDone;
921 if (inst->maxExtAdvEvents && !cb_fired) {
923 (duration.InMilliseconds() / (inst
[all...]
/system/nfc/src/nfa/hci/
H A Dnfa_hci_act.cc1104 (nfa_hci_cb.inst != NFA_HCI_ANY_OPEN_PIPE)) {
1110 switch (nfa_hci_cb.inst) {
1166 if (nfa_hci_cb.inst == NFA_HCI_ANY_OPEN_PIPE) {
1174 } else if (nfa_hci_cb.inst == NFA_HCI_ANY_CLOSE_PIPE) {
1199 switch (nfa_hci_cb.inst) {
1334 if (nfa_hci_cb.inst == NFA_HCI_ANY_E_PIPE_NOT_OPENED) {
1339 if (nfa_hci_cb.inst != NFA_HCI_ANY_OK) {
1443 (nfa_hci_cb.inst == NFA_HCI_ANY_OK) ? NFA_STATUS_OK : NFA_STATUS_FAILED;
1607 if (nfa_hci_cb.inst != NFA_HCI_EVT_HOT_PLUG) {
1644 evt_data.rcvd_evt.evt_code = nfa_hci_cb.inst;
[all...]
H A Dnfa_hci_main.cc754 nfa_hci_cb.inst = (*p++ & 0x3F);
795 nfa_hciu_get_type_inst_names(pipe, nfa_hci_cb.type, nfa_hci_cb.inst,
H A Dnfa_hci_utils.cc1306 char* nfa_hciu_get_type_inst_names(uint8_t pipe, uint8_t type, uint8_t inst, argument
1316 nfa_hciu_instr_2_str(inst).c_str(), inst);
1320 nfa_hciu_evt_2_str(pipe, inst).c_str(), inst);
1324 nfa_hciu_get_response_name(inst).c_str(), inst);
1327 sprintf(&p_buff[xx], "Inst: %u ", inst);
/system/nfc/src/nfa/include/
H A Dnfa_hci_int.h397 uint8_t inst; /* Instruction of incoming message */ member in struct:__anon2331
521 uint8_t inst, char* p_buff);

Completed in 607 milliseconds