Searched defs:inst (Results 1 - 4 of 4) sorted by relevance

/system/nfc/halimpl/bcm2079x/hal/hal/
H A Dnfc_hal_hci.c363 uint8_t inst; local
375 inst = (*p_data++ & 0x3F);
376 if (inst == NFC_HAL_HCI_ANY_GET_PARAMETER) {
384 } else if (inst == NFC_HAL_HCI_ANY_SET_PARAMETER) {
432 uint8_t inst; local
448 inst = (*p_data++ & 0x3F);
450 if (inst == NFC_HAL_HCI_ADM_NOTIFY_ALL_PIPE_CLEARED) {
481 inst = (*p_data++ & 0x3F);
482 if (inst == NFC_HAL_HCI_ANY_OK) {
/system/nfc/src/nfa/hci/
H A Dnfa_hci_utils.c1306 char* nfa_hciu_get_type_inst_names(uint8_t pipe, uint8_t type, uint8_t inst, argument
1314 sprintf(&p_buff[xx], "Inst: %s [0x%02x] ", nfa_hciu_instr_2_str(inst),
1315 inst);
1318 sprintf(&p_buff[xx], "Evt: %s [0x%02x] ", nfa_hciu_evt_2_str(pipe, inst),
1319 inst);
1323 nfa_hciu_get_response_name(inst), inst);
1326 sprintf(&p_buff[xx], "Inst: %u ", inst);
/system/bt/stack/btm/
H A Dbtm_ble_multi_adv.cc814 void RecomputeTimeout(AdvertisingInstance* inst, TimeTicks now) { argument
815 TimeDelta duration = now - inst->enable_time;
817 if (inst->duration) {
819 if (durationDone + 1 >= inst->duration) {
820 inst->enable_status = false;
821 inst->timeout_cb.Run(0 /* TODO: STATUS HERE?*/);
824 inst->duration = inst->duration - durationDone;
828 if (inst->maxExtAdvEvents && !cb_fired) {
830 (duration.InMilliseconds() / (inst
[all...]
/system/nfc/src/nfa/int/
H A Dnfa_hci_int.h401 uint8_t inst; /* Instruction of incoming message */ member in struct:__anon2263
529 uint8_t inst, char* p_buff);

Completed in 811 milliseconds