/system/connectivity/wificond/tests/ |
D | scan_utils_unittest.cpp | 33 using std::placeholders::_2; 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 | 38 using std::placeholders::_2; 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/connectivity/wificond/ |
D | ap_interface_impl.cpp | 57 _1, _2)); in ApInterfaceImpl() 60 std::bind(&ApInterfaceImpl::OnChannelSwitchEvent, this, _1, _2)); in ApInterfaceImpl()
|
D | server.cpp | 46 using std::placeholders::_2; 469 _2)); in SetupInterface()
|
/system/extras/slideshow/ |
D | slideshow.cpp | 114 std::placeholders::_2, &key_code)) == -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/libvintf/ |
D | VintfObject.cpp | 39 using std::placeholders::_2; 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() 150 kSystemLegacyMatrix, _2)); in getFrameworkCompatibilityMatrix()
|
/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() 728 std::placeholders::_2)); in Init()
|
/system/security/identity/ |
D | WritableCredential.cpp | 139 auto [itemForValue, _, _2] = cppbor::parse(eParcel.value); in calcExpectedProofOfProvisioningSize()
|
/system/bt/main/shim/ |
D | acl.cc | 1238 std::placeholders::_1, std::placeholders::_2), in OnConnectSuccess() 1305 std::placeholders::_1, std::placeholders::_2), in OnLeConnectSuccess()
|