Home
last modified time | relevance | path

Searched defs:p_open (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/btif/src/
Dbtif_sock_l2cap.cc559 static void on_srv_l2cap_psm_connect_l(tBTA_JV_L2CAP_OPEN* p_open, l2cap_socket* sock) { in on_srv_l2cap_psm_connect_l()
619 static void on_cl_l2cap_psm_connect_l(tBTA_JV_L2CAP_OPEN* p_open, l2cap_socket* sock) { in on_cl_l2cap_psm_connect_l()
1395 static void on_cl_l2cap_psm_connect_offload_l(tBTA_JV_L2CAP_OPEN* p_open, l2cap_socket* sock) { in on_cl_l2cap_psm_connect_offload_l()
1437 static void on_srv_l2cap_psm_connect_offload_l(tBTA_JV_L2CAP_OPEN* p_open, l2cap_socket* sock) { in on_srv_l2cap_psm_connect_offload_l()
Dbtif_sock_rfc.cc560 static uint32_t on_srv_rfc_connect(tBTA_JV_RFCOMM_SRV_OPEN* p_open, uint32_t id) { in on_srv_rfc_connect()
593 static void on_cli_rfc_connect(tBTA_JV_RFCOMM_OPEN* p_open, uint32_t id) { in on_cli_rfc_connect()
/aosp_15_r20/external/mesa3d/src/imgui/
H A Dimgui.cpp4866 bool ImGui::Begin(const char* name, bool* p_open, ImGuiWindowFlags flags) in Begin()
5489 bool ImGui::Begin(const char* name, bool* p_open, const ImVec2& size_first_use, float bg_alpha_over… in Begin()
6938 bool ImGui::BeginPopupModal(const char* name, bool* p_open, ImGuiWindowFlags flags) in BeginPopupModal()
9279 void ImGui::ShowMetricsWindow(bool* p_open) in ShowMetricsWindow()
H A Dimgui_widgets.cpp4987 bool ImGui::CollapsingHeader(const char* label, bool* p_open, ImGuiTreeNodeFlags flags) in CollapsingHeader()
6308 bool ImGui::BeginTabItem(const char* label, bool* p_open, ImGuiTabItemFlags flags) in BeginTabItem()
6339 bool ImGui::TabItemEx(ImGuiTabBar* tab_bar, const char* label, bool* p_open, ImGuiTabItemFlags f… in TabItemEx()