Home
last modified time | relevance | path

Searched refs:_1 (Results 1 – 25 of 29) sorted by relevance

12

/system/connectivity/wificond/tests/
Dscan_utils_unittest.cpp32 using std::placeholders::_1;
154 AppendMessageAndReturn, response, true, _1, _2))); in TEST_F()
172 WillOnce(Invoke(bind(AppendMessageAndReturn, response, true, _1, _2))); in TEST_F()
190 WillOnce(Invoke(bind(AppendMessageAndReturn, response, true, _1, _2))); in TEST_F()
208 WillOnce(Invoke(bind(AppendMessageAndReturn, response, true, _1, _2))); in TEST_F()
226 WillOnce(Invoke(bind(AppendMessageAndReturn, response, true, _1, _2))); in TEST_F()
246 WillOnce(Invoke(bind(AppendMessageAndReturn, response, true, _1, _2))); in TEST_F()
261 AppendMessageAndReturn, response, true, _1, _2))); in TEST_F()
275 AppendMessageAndReturn, response, true, _1, _2))); in TEST_F()
297 AppendMessageAndReturn, response, true, _1, _2))); in TEST_F()
Dap_interface_impl_unittest.cpp37 using std::placeholders::_1;
97 WillOnce(Invoke(bind(CaptureStationEventHandler, &handler, _1, _2))); in TEST_F()
129 WillOnce(Invoke(bind(CaptureStationEventHandler, &handler, _1, _2))); in TEST_F()
150 .WillOnce(Invoke(bind(CaptureStationEventHandler, &handler, _1, _2))); in TEST_F()
172 .WillOnce(Invoke(bind(CaptureStationEventHandler, &handler, _1, _2))); in TEST_F()
194 .WillOnce(Invoke(bind(CaptureChannelSwitchEventHandler, &handler, _1, _2))); in TEST_F()
Dscanner_unittest.cpp227 _1, _2, _3, _4, _5, _6))); in TEST_F()
244 _1, _2, _3, _4, _5, _6))); in TEST_F()
311 _1, _2, _3, _4, _5, _6, _7, _8, _9, &req_flags))); in TEST_F()
354 _1, _2, _3, _4, _5, _6, _7, _8, _9, &interval_setting))); in TEST_F()
387 _1, _2, _3, _4, _5, _6, _7, _8, _9, &interval_setting))); in TEST_F()
Dserver_unittest.cpp86 MockGetInterfacesResponse, mock_interfaces, true, _1, _2))); in SetUp()
/system/core/init/
Dueventd_parser.cpp233 std::bind(ParsePermissionsLine, _1, &ueventd_configuration.sysfs_permissions, nullptr)); in ParseConfig()
234 parser.AddSingleLineParser("/dev/", std::bind(ParsePermissionsLine, _1, nullptr, in ParseConfig()
237 std::bind(ParseFirmwareDirectoriesLine, _1, in ParseConfig()
240 std::bind(ParseExternalFirmwareHandlerLine, _1, in ParseConfig()
243 std::bind(ParseEnabledDisabledLine, _1, in ParseConfig()
246 std::bind(ParseUeventSocketRcvbufSizeLine, _1, in ParseConfig()
249 std::bind(ParseEnabledDisabledLine, _1, in ParseConfig()
/system/extras/simpleperf/
Dutils_test.cpp51 std::bind(&KernelSymbolsMatch, std::placeholders::_1, expected_symbol))); in TEST()
59 std::bind(&KernelSymbolsMatch, std::placeholders::_1, expected_symbol))); in TEST()
64 std::bind(&KernelSymbolsMatch, std::placeholders::_1, expected_symbol))); in TEST()
Dread_elf_test.cpp112 elf->ParseSymbols(std::bind(ParseSymbol, std::placeholders::_1, &symbols))); in TEST()
123 elf->ParseSymbols(std::bind(ParseSymbol, std::placeholders::_1, &symbols))); in TEST()
132 elf->ParseSymbols(std::bind(ParseSymbol, std::placeholders::_1, &symbols))); in TEST()
151 elf->ParseSymbols(std::bind(ParseSymbol, std::placeholders::_1, &symbols))); in TEST()
161 elf->ParseSymbols(std::bind(ParseSymbol, std::placeholders::_1, &symbols))); in TEST()
192 elf->ParseSymbols(std::bind(ParseSymbol, std::placeholders::_1, &symbols))); in TEST()
203 elf->ParseSymbols(std::bind(ParseSymbol, std::placeholders::_1, &symbols))); in TEST()
/system/bt/gd/packet/parser/
Dlogging.h94 #define ERRORLOC(_1, ...) LogMessage(_1, {__VA_ARGS__}).stream() argument
/system/core/libmodprobe/
Dlibmodprobe.cpp319 auto alias_callback = std::bind(&Modprobe::ParseAliasCallback, this, _1); in Modprobe()
322 auto dep_callback = std::bind(&Modprobe::ParseDepCallback, this, base_path, _1); in Modprobe()
325 auto softdep_callback = std::bind(&Modprobe::ParseSoftdepCallback, this, _1); in Modprobe()
328 auto load_callback = std::bind(&Modprobe::ParseLoadCallback, this, _1); in Modprobe()
331 auto options_callback = std::bind(&Modprobe::ParseOptionsCallback, this, _1); in Modprobe()
334 auto blocklist_callback = std::bind(&Modprobe::ParseBlocklistCallback, this, _1); in Modprobe()
/system/connectivity/wificond/
Dap_interface_impl.cpp57 _1, _2)); in ApInterfaceImpl()
60 std::bind(&ApInterfaceImpl::OnChannelSwitchEvent, this, _1, _2)); in ApInterfaceImpl()
Dserver.cpp42 using std::placeholders::_1;
308 _1)); in SetupInterface()
/system/core/adb/
Dservices.cpp251 create_service_thread("wait", std::bind(wait_service, std::placeholders::_1, in host_service_to_socket()
257 "connect", std::bind(connect_service, std::placeholders::_1, host)); in host_service_to_socket()
267 "pair", std::bind(pair_service, std::placeholders::_1, host, password)); in host_service_to_socket()
/system/extras/slideshow/
Dslideshow.cpp113 if (gr_init() == -1 || ev_init(std::bind(&input_cb, std::placeholders::_1, in main()
/system/bt/gd/shim/
Dl2cap_test.cc210 std::placeholders::_1, in CreateConnection()
407 std::placeholders::_1, in TEST_F()
438 std::placeholders::_1, in TEST_F()
470 std::placeholders::_1, in TEST_F()
/system/bt/osi/test/
Dtest_stubs.h50 #define OVERLOAD_GET_COUNT(_1, _2, _3, _4, _5, _6, COUNT, ...) COUNT argument
/system/bt/gd/neighbor/
Dinquiry_test.cc347 inquiry_callbacks.result = std::bind(&InquiryTest::Result, this, std::placeholders::_1); in SetUp()
348 …_callbacks.result_with_rssi = std::bind(&InquiryTest::ResultWithRssi, this, std::placeholders::_1); in SetUp()
349 …y_callbacks.extended_result = std::bind(&InquiryTest::ExtendedResult, this, std::placeholders::_1); in SetUp()
350 inquiry_callbacks.complete = std::bind(&InquiryTest::Complete, this, std::placeholders::_1); in SetUp()
/system/libvintf/
DVintfObject.cpp36 using std::placeholders::_1;
108 std::bind(&VintfObject::fetchDeviceHalManifest, this, _1, _2)); in getDeviceHalManifest()
117 std::bind(&VintfObject::fetchFrameworkHalManifest, this, _1, _2)); in getFrameworkHalManifest()
125 return Get(__func__, &mDeviceMatrix, std::bind(&VintfObject::fetchDeviceMatrix, this, _1, _2)); in getDeviceCompatibilityMatrix()
140 std::bind(&VintfObject::getCombinedFrameworkMatrix, this, deviceManifest, _1, _2)); in getFrameworkCompatibilityMatrix()
146 std::bind(&CompatibilityMatrix::fetchAllInformation, _1, getFileSystem().get(), in getFrameworkCompatibilityMatrix()
DAssembleVintf.cpp682 using std::placeholders::_1; in assemble()
690 std::bind(&AssembleVintfImpl::assembleHalManifest, this, _1), in assemble()
699 std::bind(&AssembleVintfImpl::assembleCompatibilityMatrix, this, _1), in assemble()
/system/core/adb/daemon/
Dservices.cpp306 std::bind(restart_tcp_service, std::placeholders::_1, port)); in daemon_service_to_fd()
331 "reconnect", std::bind(reconnect_service, std::placeholders::_1, transport)); in daemon_service_to_fd()
/system/bt/main/shim/
Dbtm.cc267 .result = std::bind(&Btm::OnInquiryResult, this, std::placeholders::_1), in Btm()
269 std::bind(&Btm::OnInquiryResultWithRssi, this, std::placeholders::_1), in Btm()
271 std::bind(&Btm::OnExtendedInquiryResult, this, std::placeholders::_1), in Btm()
273 std::bind(&Btm::OnInquiryComplete, this, std::placeholders::_1)}; in Btm()
Dl2cap.cc189 this, std::placeholders::_1, std::placeholders::_2, in RegisterService()
240 this, std::placeholders::_1, std::placeholders::_2, in CreateConnection()
/system/connectivity/wificond/scanning/
Dscanner_impl.cpp87 std::bind(&ScannerImpl::OnScanResultsReady, this, _1, _2, _3, _4)); in ScannerImpl()
93 _1, _2)); in ScannerImpl()
/system/connectivity/wificond/net/
Dnetlink_manager.cpp37 using std::placeholders::_1;
296 message_handlers_[sequence] = std::bind(AppendPacket, response, _1); in SendMessageAndGetResponses()
436 std::bind(&NetlinkManager::ReceivePacketAndRunHandler, this, _1)); in WatchSocket()
/system/extras/iotop/
Diotop.cpp73 auto bound_comparator = std::bind(comparator, _1, _2, field, ascending); in GetSorter()
/system/core/healthd/
Dhealthd_mode_charger.cpp673 std::bind(&Charger::InputCallback, this, std::placeholders::_1, std::placeholders::_2)); in Init()
711 ev_sync_key_state(std::bind(&Charger::SetKeyCallback, this, std::placeholders::_1, in Init()

12