/system/connectivity/wificond/tests/ |
D | scan_utils_unittest.cpp | 32 using std::placeholders::_1; 155 AppendMessageAndReturn, response, true, _1, _2))); in TEST_F() 173 WillOnce(Invoke(bind(AppendMessageAndReturn, response, true, _1, _2))); in TEST_F() 193 WillOnce(Invoke(bind(AppendMessageAndReturn, response, true, _1, _2))); in TEST_F() 211 WillOnce(Invoke(bind(AppendMessageAndReturn, response, true, _1, _2))); in TEST_F() 229 WillOnce(Invoke(bind(AppendMessageAndReturn, response, true, _1, _2))); in TEST_F() 249 WillOnce(Invoke(bind(AppendMessageAndReturn, response, true, _1, _2))); in TEST_F() 264 AppendMessageAndReturn, response, true, _1, _2))); in TEST_F() 278 AppendMessageAndReturn, response, true, _1, _2))); in TEST_F() 300 AppendMessageAndReturn, response, true, _1, _2))); in TEST_F()
|
D | ap_interface_impl_unittest.cpp | 37 using std::placeholders::_1; 96 .WillOnce(Invoke(bind(CaptureStationEventHandler, &handler, _1, _2))); in TEST_F() 118 .WillOnce(Invoke(bind(CaptureStationEventHandler, &handler, _1, _2))); in TEST_F() 140 .WillOnce(Invoke(bind(CaptureChannelSwitchEventHandler, &handler, _1, _2))); in TEST_F()
|
D | scanner_unittest.cpp | 231 _1, _2, _3, _4, _5, _6, _7))); in TEST_F() 248 _1, _2, _3, _4, _5, _6, _7))); in TEST_F() 320 _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, &req_flags))); in TEST_F() 363 _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, &interval_setting))); in TEST_F() 396 _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, in TEST_F()
|
D | server_unittest.cpp | 87 MockGetInterfacesResponse, mock_interfaces, true, _1, _2))); in SetUp()
|
/system/core/init/ |
D | ueventd_parser.cpp | 244 std::bind(ParsePermissionsLine, _1, &ueventd_configuration.sysfs_permissions, nullptr)); in ParseConfig() 245 parser.AddSingleLineParser("/dev/", std::bind(ParsePermissionsLine, _1, nullptr, in ParseConfig() 248 std::bind(ParseFirmwareDirectoriesLine, _1, in ParseConfig() 251 std::bind(ParseExternalFirmwareHandlerLine, _1, in ParseConfig() 254 std::bind(ParseEnabledDisabledLine, _1, in ParseConfig() 257 std::bind(ParseUeventSocketRcvbufSizeLine, _1, in ParseConfig() 260 std::bind(ParseEnabledDisabledLine, _1, in ParseConfig()
|
D | firmware_handler.cpp | 91 match = std::bind(PrefixMatch, this->devpath, std::placeholders::_1); in ExternalFirmwareHandler() 93 match = std::bind(FnMatch, this->devpath, std::placeholders::_1); in ExternalFirmwareHandler() 96 match = std::bind(EqualMatch, this->devpath, std::placeholders::_1); in ExternalFirmwareHandler()
|
/system/extras/simpleperf/ |
D | read_elf_test.cpp | 112 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()
|
D | kallsyms_test.cpp | 53 data, std::bind(&KernelSymbolsMatch, std::placeholders::_1, expected_symbol))); in TEST() 60 data, std::bind(&KernelSymbolsMatch, std::placeholders::_1, expected_symbol))); in TEST() 64 data, std::bind(&KernelSymbolsMatch, std::placeholders::_1, expected_symbol))); in TEST()
|
/system/bt/gd/packet/parser/ |
D | logging.h | 94 #define ERRORLOC(_1, ...) LogMessage(_1, {__VA_ARGS__}).stream() argument
|
/system/connectivity/wificond/ |
D | ap_interface_impl.cpp | 57 _1, _2)); in ApInterfaceImpl() 60 std::bind(&ApInterfaceImpl::OnChannelSwitchEvent, this, _1, _2)); in ApInterfaceImpl()
|
D | client_interface_impl.cpp | 137 std::bind(&ClientInterfaceImpl::OnChannelSwitchEvent, this, _1));
|
D | server.cpp | 45 using std::placeholders::_1; 468 _1, in SetupInterface()
|
/system/core/libmodprobe/ |
D | libmodprobe.cpp | 322 auto alias_callback = std::bind(&Modprobe::ParseAliasCallback, this, _1); in Modprobe() 325 auto dep_callback = std::bind(&Modprobe::ParseDepCallback, this, base_path, _1); in Modprobe() 328 auto softdep_callback = std::bind(&Modprobe::ParseSoftdepCallback, this, _1); in Modprobe() 331 auto load_callback = std::bind(&Modprobe::ParseLoadCallback, this, _1); in Modprobe() 334 auto options_callback = std::bind(&Modprobe::ParseOptionsCallback, this, _1); in Modprobe() 337 auto blocklist_callback = std::bind(&Modprobe::ParseBlocklistCallback, this, _1); in Modprobe()
|
/system/tools/aidl/ |
D | diagnostics.cpp | 24 using std::placeholders::_1; 109 Hook suppress{std::bind(&DiagnosticsContext::Suppress, &diag, _1)}; in Check() 110 Hook restore{std::bind(&DiagnosticsContext::Restore, &diag, _1)}; in Check()
|
/system/extras/slideshow/ |
D | slideshow.cpp | 113 if (gr_init() == -1 || ev_init(std::bind(&input_cb, std::placeholders::_1, in main()
|
/system/bt/osi/test/ |
D | test_stubs.h | 50 #define OVERLOAD_GET_COUNT(_1, _2, _3, _4, _5, _6, COUNT, ...) COUNT argument
|
/system/bt/main/shim/ |
D | btm.cc | 156 .result = std::bind(&Btm::OnInquiryResult, this, std::placeholders::_1), in Btm() 158 std::bind(&Btm::OnInquiryResultWithRssi, this, std::placeholders::_1), in Btm() 160 std::bind(&Btm::OnExtendedInquiryResult, this, std::placeholders::_1), in Btm() 162 std::bind(&Btm::OnInquiryComplete, this, std::placeholders::_1)}; in Btm()
|
/system/bt/gd/neighbor/ |
D | inquiry_test.cc | 347 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/ |
D | VintfObject.cpp | 38 using std::placeholders::_1; 111 std::bind(&VintfObject::fetchDeviceHalManifest, this, _1, _2)); in getDeviceHalManifest() 120 std::bind(&VintfObject::fetchFrameworkHalManifest, this, _1, _2)); in getFrameworkHalManifest() 128 return Get(__func__, &mDeviceMatrix, std::bind(&VintfObject::fetchDeviceMatrix, this, _1, _2)); in getDeviceCompatibilityMatrix() 143 std::bind(&VintfObject::getCombinedFrameworkMatrix, this, deviceManifest, _1, _2)); in getFrameworkCompatibilityMatrix() 149 std::bind(&CompatibilityMatrix::fetchAllInformation, _1, getFileSystem().get(), in getFrameworkCompatibilityMatrix()
|
D | AssembleVintf.cpp | 665 using std::placeholders::_1; in assemble() 673 "manifest", std::bind(&AssembleVintfImpl::assembleHalManifest, this, _1), in assemble() 683 std::bind(&AssembleVintfImpl::assembleCompatibilityMatrix, this, _1), &matrixError); in assemble()
|
/system/connectivity/wificond/net/ |
D | netlink_manager.cpp | 37 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/connectivity/wificond/scanning/ |
D | scanner_impl.cpp | 89 std::bind(&ScannerImpl::OnScanResultsReady, this, _1, _2, _3, _4)); in ScannerImpl() 95 _1, _2)); in ScannerImpl()
|
/system/extras/iotop/ |
D | iotop.cpp | 73 auto bound_comparator = std::bind(comparator, _1, _2, field, ascending); in GetSorter()
|
/system/core/healthd/ |
D | healthd_mode_charger.cpp | 688 std::bind(&Charger::InputCallback, this, std::placeholders::_1, std::placeholders::_2)); in Init() 727 ev_sync_key_state(std::bind(&Charger::SetKeyCallback, this, std::placeholders::_1, in Init()
|
/system/bt/gd/security/internal/ |
D | security_manager_impl.cc | 560 …nPairingFinished = std::bind(&SecurityManagerImpl::OnPairingFinished, this, std::placeholders::_1), in OnSmpCommandLe() 632 …nPairingFinished = std::bind(&SecurityManagerImpl::OnPairingFinished, this, std::placeholders::_1), in ConnectionIsReadyStartPairing()
|