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

  /system/nfc/src/nfc/nfc/
nfc_vs.c 48 tNFC_STATUS NFC_RegVSCback(bool is_register, tNFC_VS_CBACK* p_cback) {
52 if (is_register) {
  /system/bt/bta/hl/
bta_hl_api.cc 102 bool is_register, tBTA_HL_CBACK* p_cback) {
110 p_buf->is_register = is_register;
112 if (is_register) {
bta_hl_int.h 231 bool is_register; /* Update HL application due to register or deregister */ member in struct:__anon105537
766 extern tBTA_HL_STATUS bta_hl_app_update(uint8_t app_id, bool is_register);
    [all...]
bta_hl_main.cc 605 p_data->api_update.is_register);
606 if (!p_data->api_update.is_register) {
    [all...]
bta_hl_utils.cc     [all...]
  /system/nfc/src/nfa/dm/
nfa_dm_api.c     [all...]
nfa_dm_act.c 780 if (NFC_RegVSCback(p_data->reg_vsc.is_register, p_data->reg_vsc.p_cback) !=
    [all...]
  /system/bt/stack/btm/
btm_devctl.cc 614 * If is_register=true, then the function will be registered;
622 tBTM_STATUS BTM_RegisterForVSEvents(tBTM_VS_EVT_CB* p_cb, bool is_register) {
633 if (is_register == false) {
642 if (is_register) {
  /external/libunwind/src/dwarf/
Gexpr.c 191 unw_word_t *valp, int *is_register)
237 *is_register = 0;
323 *is_register = 1;
329 *is_register = 1;
Gparser.c 690 int ret, is_register; local
698 if ((ret = dwarf_eval_expr (c, &addr, len, &val, &is_register)) < 0)
701 if (is_register)
  /development/scripts/
stack_core.py 439 is_register = (re.search(stupid_pattern, line) is not None)
441 self.assertEquals(matched, is_register, line)
  /external/libunwind/include/
dwarf.h 423 int *is_register);
  /system/bt/bta/include/
bta_hl_api.h 616 bool is_register, tBTA_HL_CBACK* p_cback);
  /system/bt/stack/include/
btm_api.h 166 * If is_register=true, then the function will be registered;
175 bool is_register);
    [all...]
  /system/nfc/src/nfa/include/
nfa_api.h     [all...]
  /system/nfc/src/nfa/int/
nfa_dm_int.h 171 bool is_register; member in struct:__anon107372
  /system/nfc/src/nfc/include/
nfc_api.h     [all...]

Completed in 1106 milliseconds