/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/gatt/ |
H A D | remote_service_manager_test.cc | 89 [&services](auto, ServiceList cb_services) { in SetUpFakeService() argument 109 RemoteService::WeakPtr service, in SetupCharacteristics() 117 service->DiscoverCharacteristics([](auto, const auto&) {}); in SetupCharacteristics() argument 125 auto service = SetUpFakeService(data); in SetupServiceWithChrcs() local 133 auto service = SetUpFakeService(data); in SetupNotifiableService() local 140 [&](att::Handle, const auto&, auto status_callback) { in SetupNotifiableService() 150 RemoteService::WeakPtr service, in EnableNotifications() 186 [&services](auto /*removed*/, ServiceList added, auto /*modified*/) { in TEST_F() argument 200 [&services](auto, ServiceList cb_services) { in TEST_F() argument 214 [&services](auto /*removed*/, ServiceList added, auto /*modified*/) { in TEST_F() argument [all …]
|
H A D | local_service_manager_test.cc | 50 ServicePtr service, in RegisterService() 63 auto service = std::make_unique<Service>(/*primary=*/true, kTestType16); in TEST() local 114 auto service = std::make_unique<Service>(/*primary=*/true, kTestType16); in TEST() local 141 auto service = std::make_unique<Service>(/*primary=*/true, kTestType16); in TEST() local 199 auto service = std::make_unique<Service>(/*primary=*/true, kTestType16); in TEST() local 273 auto service = std::make_unique<Service>(/*primary=*/true, kTestType16); in TEST() local 340 auto service = std::make_unique<Service>(/*primary=*/true, kTestType16); in TEST() local 372 auto service = std::make_unique<Service>(/*primary=*/true, kTestType16); in TEST() local 398 auto service = std::make_unique<Service>(/*primary=*/true, kTestType16); in TEST() local 436 auto service = std::make_unique<Service>(/*primary=*/true, kTestType16); in TEST() local [all …]
|
/aosp_15_r20/out/soong/.intermediates/external/auto/service/libauto_service_plugin/linux_glibc_common/javac/ |
D | libauto_service_plugin.jar | ... auto/service/processor/
com/google/auto/service/processor/AutoServiceProcessor$1.class ... |
/aosp_15_r20/out/soong/.intermediates/external/auto/service/auto_service_annotations/android_common_apex33/turbine/ |
D | auto_service_annotations.jar | ... auto.service
public abstract annotation com.google.auto.service.AutoService extends java.lang.Object ... |
/aosp_15_r20/out/soong/.intermediates/external/auto/service/auto_service_annotations/android_common_apex30/turbine/ |
D | auto_service_annotations.jar | ... auto.service
public abstract annotation com.google.auto.service.AutoService extends java.lang.Object ... |
/aosp_15_r20/out/soong/.intermediates/external/auto/service/auto_service_annotations/linux_glibc_common/javac/ |
D | auto_service_annotations.jar | ... com/
com/google/
com/google/auto/
com/google/auto/service/
com ... |
/aosp_15_r20/out/soong/.intermediates/external/auto/service/auto_service_annotations/android_common_apex33/javac/ |
D | auto_service_annotations.jar | ... com/
com/google/
com/google/auto/
com/google/auto/service/
com ... |
/aosp_15_r20/out/soong/.intermediates/external/auto/service/auto_service_annotations/linux_glibc_common/local-javac-header/ |
D | auto_service_annotations.jar | ... com/
com/google/
com/google/auto/
com/google/auto/service/
com ... |
/aosp_15_r20/out/soong/.intermediates/external/auto/service/auto_service_annotations/android_common_apex30/javac/ |
D | auto_service_annotations.jar | ... com/
com/google/
com/google/auto/
com/google/auto/service/
com ... |
/aosp_15_r20/system/incremental_delivery/libdataloader/ |
H A D | ManagedDataLoader.cpp | 98 LegacyDataLoader::onStart = [](auto) -> bool { return true; }; in ManagedDataLoader() argument 99 LegacyDataLoader::onStop = [](auto) {}; in ManagedDataLoader() argument 110 LegacyDataLoader::onPendingReads = [](auto, auto, auto) {}; in ManagedDataLoader() argument 111 LegacyDataLoader::onPageReads = [](auto, auto, auto) {}; in ManagedDataLoader() argument 117 android::dataloader::ServiceConnectorPtr service, in create()
|
/aosp_15_r20/hardware/interfaces/health/2.1/vts/functional/ |
H A D | VtsHalHealthV2_1TargetTest.cpp | 146 AssertionResult TestCallbacks(sp<IHealth> service) { in TestCallbacks() 191 AssertionResult TestUnregisterNonExistentCallback(sp<IHealth> service) { in TestUnregisterNonExistentCallback() 251 EXPECT_TRUE(IsOk(service_->getHealthConfig([](auto result, const auto&) { in TEST_P() 257 EXPECT_TRUE(IsOk(service_->shouldKeepScreenOn([](auto result, const auto&) { in TEST_P()
|
/aosp_15_r20/system/libhwbinder/vts/performance/ |
H A D | Benchmark.cpp | 59 sp<IBenchmark> service = IBenchmark::getService(gServiceName, true); in startServer() local 70 static void BM_sendVec(benchmark::State& state, sp<IBenchmark> service) { in BM_sendVec() 79 service->sendVec(data_vec, [&] (const auto &/*res*/) { in BM_sendVec() 85 sp<IBenchmark> service = IBenchmark::getService(gServiceName, true /* getStub */); in BM_sendVec_passthrough() local 97 sp<IBenchmark> service = IBenchmark::getService(gServiceName); in BM_sendVec_binderize() local
|
H A D | Benchmark_throughput.cpp | 211 sp<IBenchmark> service = IBenchmark::getService( in worker_fx() local 236 Return<void> ret = workers[target]->sendVec(data_vec, [&](const auto &) {}); in worker_fx()
|
/aosp_15_r20/hardware/interfaces/neuralnetworks/utils/service/src/ |
H A D | Service.cpp | 47 namespace android::hardware::neuralnetworks::service { namespace 61 if (const auto [it, unregistered] = registeredDevices->insert(name); unregistered) { in getHidlDevicesForVersion() local 94 if (const auto [it, unregistered] = registeredDevices->insert(name); unregistered) { in getAidlDevices() local
|
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/fuchsia/host/fidl/ |
H A D | gatt_remote_service_server.cc | 73 bt::gatt::RemoteService::WeakPtr service, in GattRemoteServiceServer() 115 bt::att::Result<> status, const bt::ByteBuffer& value, auto) { in ReadCharacteristic() argument 140 bt::att::Result<> status, const bt::ByteBuffer& value, auto) { in ReadLongCharacteristic() argument 200 /*cb=*/[](auto) {}); in WriteCharacteristicWithoutResponse() argument 206 bt::att::Result<> status, const bt::ByteBuffer& value, auto) { in ReadDescriptor() argument 231 bt::att::Result<> status, const bt::ByteBuffer& value, auto) { in ReadLongDescriptor() argument
|
H A D | gatt2_remote_service_server.cc | 150 bt::gatt::RemoteService::WeakPtr service, in Gatt2RemoteServiceServer() 164 /*status_callback=*/[](auto /*status*/) {}); in ~Gatt2RemoteServiceServer() 493 char_handle, handler_id, [](auto /*status*/) { in RegisterCharacteristicNotifier() 516 [self, char_handle, handler_id, notifier_id](auto /*status*/) { in RegisterCharacteristicNotifier() 572 char_handle, handler_id, [self, notifier_id](auto /*status*/) { in OnCharacteristicNotifierError()
|
H A D | gatt2_remote_service_server_test.cc | 81 bt::gatt::RemoteService::WeakPtr service() { return service_; } in service() function in bthost::__anone54b76540111::Gatt2RemoteServiceServerTest 407 [](auto, auto, auto) { FAIL(); }); in TEST_F() argument 459 fake_client()->set_read_request_callback([](auto, auto) { FAIL(); }); in TEST_F() argument 558 [](auto, auto, auto) { FAIL(); }); in TEST_F() argument 617 fake_client()->set_read_request_callback([](auto, auto) { FAIL(); }); in TEST_F() argument
|
H A D | helpers_test.cc | 1148 for (auto& service : kBrEdrServices) { in TEST() local 2156 bt::gap::Peer peer([](auto&, auto) {}, in TEST_F() argument 2157 [](auto&) {}, in TEST_F() argument 2158 [](auto&) {}, in TEST_F() argument 2159 [](auto&) { return false; }, in TEST_F() argument 2209 bt::gap::Peer peer([](auto&, auto) {}, in TEST_F() argument 2210 [](auto&) {}, in TEST_F() argument 2211 [](auto&) {}, in TEST_F() argument 2212 [](auto&) { return false; }, in TEST_F() argument
|
/aosp_15_r20/packages/services/Car/cpp/watchdog/server/tests/ |
D | WatchdogPerfServiceTest.cpp | 156 explicit WatchdogPerfServicePeer(const sp<WatchdogPerfService>& service) : mService(service) {} in WatchdogPerfServicePeer() 432 .WillOnce([&](auto, auto, auto, auto* resourceStats) -> Result<void> { in TEST_F() argument 543 .WillOnce([&](auto, auto, auto, auto, auto* resourceStats) -> Result<void> { in TEST_F() argument 600 .WillOnce([&](auto, auto, auto, auto, auto, auto* resourceStats) -> Result<void> { in TEST_F() argument 1512 .WillOnce([&](auto, auto, const auto& alertHandler) -> Result<void> { in TEST_F() argument 1724 .WillOnce([&](auto, auto, auto, auto, auto* resourceStats) -> Result<void> { in TEST_F() argument 1756 .WillOnce([&](auto, auto, auto, auto, auto* resourceStats) -> Result<void> { in TEST_F() argument 1804 .WillOnce([&](auto, auto, auto, auto, auto* resourceStats) -> Result<void> { in TEST_F() argument 1836 .WillRepeatedly([&](auto, auto, auto, auto, auto* resourceStats) -> Result<void> { in TEST_F() argument
|
/aosp_15_r20/external/openthread/src/cli/ |
H A D | README_SRP_SERVER.md | 72 ### auto subsection 188 ### service subsection
|
/aosp_15_r20/external/pigweed/pw_rpc/ |
H A D | server.cc | 62 const auto [service, method] = FindMethodLocked(packet); in ProcessPacket() local 130 auto service = std::find_if(services_.begin(), services_.end(), [&](auto& s) { in FindMethodLocked() local
|
/aosp_15_r20/out/soong/.intermediates/external/auto/value/libauto_value_plugin/linux_glibc_common/javac/ |
D | libauto_value_plugin.jar | ... com/
com/google/
com/google/auto/
com/google/auto/value/
com ... |
/aosp_15_r20/out/soong/.intermediates/packages/modules/Permission/PermissionController/PermissionController-lib/android_common_apex30/javac/ |
D | PermissionController-lib.jar | META-INF/
META-INF/MANIFEST.MF
androidx/
androidx/wear/
androidx/ ... |
/aosp_15_r20/out/soong/.intermediates/packages/modules/Permission/PermissionController/PermissionController-lib/android_common_apex30/kotlin_headers/ |
D | PermissionController-lib.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/packages__modules__Permission__PermissionController__android_common_apex30__PermissionController-lib. ... |
/aosp_15_r20/frameworks/native/cmds/lshal/ |
H A D | ListCommand.cpp | 385 (void)manifest->forEachHidlInstanceOfVersion(package, version, [&found](const auto&) { in addEntryWithoutInstance() 658 sp<IBase> service = getRet; in fetchBinderizedEntry() local
|