Home
last modified time | relevance | path

Searched refs:_2 (Results 1 – 14 of 14) sorted by relevance

/system/connectivity/wificond/tests/
Dscan_utils_unittest.cpp33 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()
Dap_interface_impl_unittest.cpp38 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()
Dscanner_unittest.cpp231 _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()
Dserver_unittest.cpp87 MockGetInterfacesResponse, mock_interfaces, true, _1, _2))); in SetUp()
/system/connectivity/wificond/
Dap_interface_impl.cpp57 _1, _2)); in ApInterfaceImpl()
60 std::bind(&ApInterfaceImpl::OnChannelSwitchEvent, this, _1, _2)); in ApInterfaceImpl()
Dserver.cpp46 using std::placeholders::_2;
469 _2)); in SetupInterface()
/system/extras/slideshow/
Dslideshow.cpp114 std::placeholders::_2, &key_code)) == -1) { in main()
/system/bt/osi/test/
Dtest_stubs.h50 #define OVERLOAD_GET_COUNT(_1, _2, _3, _4, _5, _6, COUNT, ...) COUNT argument
/system/libvintf/
DVintfObject.cpp39 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/
Dscanner_impl.cpp89 std::bind(&ScannerImpl::OnScanResultsReady, this, _1, _2, _3, _4)); in ScannerImpl()
95 _1, _2)); in ScannerImpl()
/system/extras/iotop/
Diotop.cpp73 auto bound_comparator = std::bind(comparator, _1, _2, field, ascending); in GetSorter()
/system/core/healthd/
Dhealthd_mode_charger.cpp688 std::bind(&Charger::InputCallback, this, std::placeholders::_1, std::placeholders::_2)); in Init()
728 std::placeholders::_2)); in Init()
/system/security/identity/
DWritableCredential.cpp139 auto [itemForValue, _, _2] = cppbor::parse(eParcel.value); in calcExpectedProofOfProvisioningSize()
/system/bt/main/shim/
Dacl.cc1238 std::placeholders::_1, std::placeholders::_2), in OnConnectSuccess()
1305 std::placeholders::_1, std::placeholders::_2), in OnLeConnectSuccess()