Home
last modified time | relevance | path

Searched refs:get_registry (Results 1 – 4 of 4) sorted by relevance

/system/media/audio_utils/
Dmutex.cpp46 mutex::thread_registry_t& mutex::get_registry() { in get_registry() function in android::audio_utils::mutex
/system/nfc/src/nfa/hci/
Dnfa_hci_act.cc690 nfa_hciu_find_pipe_by_pid(p_evt_data->get_registry.pipe); in nfa_hci_api_get_reg_value()
699 (p_gate->gate_owner == p_evt_data->get_registry.hci_handle)) { in nfa_hci_api_get_reg_value()
700 nfa_hci_cb.app_in_use = p_evt_data->get_registry.hci_handle; in nfa_hci_api_get_reg_value()
710 p_evt_data->get_registry.pipe); in nfa_hci_api_get_reg_value()
712 status = nfa_hciu_send_get_param_cmd(p_evt_data->get_registry.pipe, in nfa_hci_api_get_reg_value()
713 p_evt_data->get_registry.reg_inx); in nfa_hci_api_get_reg_value()
723 p_evt_data->get_registry.hci_handle); in nfa_hci_api_get_reg_value()
/system/media/audio_utils/include/audio_utils/
Dmutex.h1414 return get_registry().to_string(); in all_threads_to_string()
1435 return get_registry().deadlock_detection(tid, Attributes::order_names_); in deadlock_detection()
1451 get_registry().add_to_registry(info); in get_thread_mutex_info()
1596 static thread_registry_t& get_registry();
1616 mutex::get_registry().remove_from_registry(tid_); in ~thread_mutex_info()
/system/nfc/src/nfa/include/
Dnfa_hci_int.h306 tNFA_HCI_API_GET_REGISTRY get_registry; /* Get a registry entry on a host */ member