Home
last modified time | relevance | path

Searched defs:is_direct (Results 1 – 25 of 42) sorted by relevance

12

/aosp_15_r20/packages/modules/Bluetooth/system/bta/test/common/
Dbta_gatt_api_mock.cc51 void BTA_GATTC_CancelOpen(tGATT_IF client_if, const RawAddress& remote_bda, bool is_direct) { in BTA_GATTC_CancelOpen()
116 void BTA_GATTS_CancelOpen(tGATT_IF server_if, const RawAddress& remote_bda, bool is_direct) { in BTA_GATTS_CancelOpen()
139 bool is_direct, tBT_TRANSPORT transport) { in BTA_GATTS_Open()
/aosp_15_r20/packages/modules/Bluetooth/system/btif/src/
Dbtif_gatt_server.cc295 static void btif_gatts_open_impl(int server_if, const RawAddress& address, bool is_direct, in btif_gatts_open_impl()
336 tBLE_ADDR_TYPE addr_type, bool is_direct, in btif_gatts_open_impl_use_address_type()
369 bool is_direct, int transport) { in btif_gatts_open()
Dbtif_gatt_client.cc300 bool is_direct, tBT_TRANSPORT transport, bool opportunistic, in btif_gattc_open_impl()
372 bool is_direct, int transport, bool opportunistic, in btif_gattc_open()
/aosp_15_r20/packages/modules/Bluetooth/system/bta/gatt/
Dbta_gatts_api.cc310 bool is_direct, tBT_TRANSPORT transport) { in BTA_GATTS_Open()
341 void BTA_GATTS_CancelOpen(tGATT_IF server_if, const RawAddress& remote_bda, bool is_direct) { in BTA_GATTS_CancelOpen()
Dbta_gatts_int.h121 bool is_direct; member
Dbta_gattc_api.cc180 void BTA_GATTC_CancelOpen(tGATT_IF client_if, const RawAddress& remote_bda, bool is_direct) { in BTA_GATTC_CancelOpen()
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Dcommand_handler.rs1134 let is_direct = self.lock_context().gatt_client_context.is_connect_direct; in cmd_gatt() localVariable
1206 let is_direct = String::from(get_arg(args, 1)?) in cmd_gatt() localVariable
1389 let is_direct = self.lock_context().gatt_server_context.is_connect_direct; in cmd_gatt() localVariable
1533 let is_direct = String::from(get_arg(args, 1)?) in cmd_gatt() localVariable
/aosp_15_r20/external/mesa3d/src/compiler/nir/
H A Dnir_lower_vars_to_ssa.c52 bool is_direct; member
105 bool is_direct, void *mem_ctx) in deref_node_create()
/aosp_15_r20/external/cronet/net/base/
H A Dproxy_chain.h129 bool is_direct() const { in is_direct() function
/aosp_15_r20/external/cronet/net/proxy_resolution/
H A Dproxy_info.h68 bool is_direct() const { in is_direct() function
/aosp_15_r20/packages/modules/Bluetooth/system/blueberry/facade/hci/
Dle_acl_manager_facade.proto41 bool is_direct = 2; field
/aosp_15_r20/packages/modules/Bluetooth/system/stack/gatt/
Dgatt_api.cc1460 bool is_direct = (connection_type == BTM_BLE_DIRECT_CONNECTION); in GATT_Connect() local
1564 bool GATT_CancelConnect(tGATT_IF gatt_if, const RawAddress& bd_addr, bool is_direct) { in GATT_CancelConnect()
/aosp_15_r20/packages/modules/Bluetooth/system/blueberry/tests/gd/cert/
Dpy_le_acl_manager.py121 def initiate_connection(self, remote_addr, is_direct=True): argument
/aosp_15_r20/packages/modules/Bluetooth/system/stack/metrics/
Dstack_metrics_logging.cc94 void log_le_connection_lifecycle(bluetooth::hci::Address address, bool is_connect, bool is_direct) { in log_le_connection_lifecycle()
/aosp_15_r20/system/update_engine/
H A Dlibcurl_http_fetcher.cc155 bool is_direct = (GetCurrentProxy() == kNoProxy); in ResumeTransfer() local
/aosp_15_r20/packages/modules/Bluetooth/system/stack/test/
Dconnection_manager_test.cc63 bool ACL_AcceptLeConnectionFrom(const tBLE_BD_ADDR& address, bool is_direct) { in ACL_AcceptLeConnectionFrom()
/aosp_15_r20/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_metrics_logging.cc151 void log_le_connection_lifecycle(bluetooth::hci::Address address, bool is_connect, bool is_direct) { in log_le_connection_lifecycle()
Dmock_main_shim_metrics_api.cc206 bool is_connect, bool is_direct) { in LogMetricLeConnectionLifecycle()
Dmock_stack_gatt_api.cc179 bool GATT_CancelConnect(tGATT_IF gatt_if, const RawAddress& bd_addr, bool is_direct) { in GATT_CancelConnect()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/vc4/kernel/
H A Dvc4_drv.h130 bool is_direct; member
H A Dvc4_validate_shaders.c191 bool is_direct = submit && validation_state->tmu_write_count[tmu] == 0; in check_tmu_write() local
/aosp_15_r20/packages/modules/Bluetooth/system/main/shim/
Dacl_api.cc59 bool is_direct) { in ACL_AcceptLeConnectionFrom()
Dmetrics_api.cc172 void LogMetricLeConnectionLifecycle(hci::Address address, bool is_connect, bool is_direct) { in LogMetricLeConnectionLifecycle()
/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/facade/
Dle_acl_manager_facade.cc83 bool is_direct = request->is_direct(); in CreateConnection() local
/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/
Dacl_manager.cc255 void AclManager::CreateLeConnection(AddressWithType address_with_type, bool is_direct) { in CreateLeConnection()

12