Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/system/stack/test/btm/
Dstack_btm_inq_test.cc161 InquiryResponse one_device(kAddress, bluetooth::hci::PageScanRepetitionMode::R0, in SetUp() local
191 InquiryResponse one_device(kAddress2, bluetooth::hci::PageScanRepetitionMode::R0, in TEST_F() local
/aosp_15_r20/packages/modules/adb/client/
Dmain.cpp87 int adb_server_main(int is_daemon, const std::string& socket_spec, const char* one_device, in adb_server_main()
Dadb_client.cpp77 void adb_set_one_device(const char* one_device) { in adb_set_one_device()
/aosp_15_r20/packages/modules/adb/
Dadb.cpp811 int launch_server(const std::string& socket_spec, const char* one_device) { in launch_server()