/system/hwservicemanager/ |
D | test_lazy.cpp | 83 sp<RecordingClientCallback> cb = new RecordingClientCallback; in TEST_F() local 98 sp<RecordingClientCallback> cb = new RecordingClientCallback; in TEST_F() local 113 sp<RecordingClientCallback> cb = new RecordingClientCallback; in TEST_F() local 135 sp<RecordingClientCallback> cb = new RecordingClientCallback; in TEST_F() local 154 sp<RecordingClientCallback> cb = new RecordingClientCallback; in TEST_F() local 178 sp<RecordingClientCallback> cb = new RecordingClientCallback; in TEST_F() local 201 sp<RecordingClientCallback> cb = new RecordingClientCallback; in TEST_F() local
|
D | service.cpp | 68 sp<HwBinderCallback> cb = new HwBinderCallback; in setupTo() local 97 sp<ClientCallbackCallback> cb = new ClientCallbackCallback(manager); in setupTo() local
|
/system/update_engine/payload_generator/ |
D | erofs_iterate.h | 39 int erofs_iterate_root_dir(const struct erofs_sb_info* sbi, Callable cb) { in erofs_iterate_root_dir() 57 auto cb = static_cast<Callable*>(ctx->arg); in erofs_iterate_root_dir() member
|
/system/security/keystore2/src/ |
D | rkpd_client.rs | 123 let cb = GetRegistrationCallback::new_native_binder(tx); in get_rkpd_registration() localVariable 201 let cb = GetKeyCallback::new_native_binder(tx); in get_rkpd_attestation_key_from_registration_async() localVariable 269 let cb = StoreUpgradedKeyCallback::new_native_binder(tx); in store_rkpd_attestation_key_with_registration_async() localVariable 417 let cb = GetRegistrationCallback::new_native_binder(tx); in get_mock_registration() localVariable 441 let cb = GetRegistrationCallback::new_native_binder(tx); in test_get_registration_cb_cancel() localVariable 454 let cb = GetRegistrationCallback::new_native_binder(tx); in test_get_registration_cb_error() localVariable 469 let cb = GetKeyCallback::new_native_binder(tx); in test_get_key_cb_success() localVariable 479 let cb = GetKeyCallback::new_native_binder(tx); in test_get_key_cb_cancel() localVariable 508 let cb = GetKeyCallback::new_native_binder(tx); in test_get_key_cb_error() localVariable 522 let cb = StoreUpgradedKeyCallback::new_native_binder(tx); in test_store_upgraded_cb_success() localVariable [all …]
|
/system/hardware/interfaces/suspend/1.0/default/ |
D | SuspendControlService.h | 62 const std::vector<sp<ISuspendCallback>>::iterator findCb(const wp<IBinder>& cb) { in findCb()
|
D | SystemSuspendUnitTest.cpp | 586 sp<MockCallback> cb = new MockCallback(&impl); in TEST_F() local 618 sp<MockCallback> cb = new MockCallback(&impl); in TEST_F() local 693 sp<MockCallback> cb = new MockCallback(nullptr); in notifyWakeup() local 706 sp<CbRegisteringCb> cb = new CbRegisteringCb(controlService); in TEST_F() local 747 sp<MockWakelockCallback> cb = new MockWakelockCallback(&impl); in TEST_F() local 761 sp<MockWakelockCallback> cb = new MockWakelockCallback(&impl); in TEST_F() local 811 sp<MockWakelockCallback> cb = new MockWakelockCallback(nullptr); in notifyAcquired() local 818 sp<MockWakelockCallback> cb = new MockWakelockCallback(nullptr); in notifyReleased() local 830 sp<WakelockCbRegisteringCb> cb = new WakelockCbRegisteringCb(controlService); in TEST_F() local
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/nested/ |
D | BnNestedService.h | 30 …::Status status, const ::android::sp<::android::aidl::tests::nested::INestedService::ICallback>& c… in flipStatusWithCallback()
|
/system/tools/aidl/tests/android/aidl/tests/nested/ |
D | INestedService.aidl | 32 void flipStatusWithCallback(ParcelableWithNested.Status status, ICallback cb); in flipStatusWithCallback()
|
/system/extras/profcollectd/binder/com/android/server/profcollect/ |
D | IProfCollectd.aidl | 30 void registerProviderStatusCallback(IProviderStatusCallback cb); in registerProviderStatusCallback()
|
/system/security/keystore/ |
D | keystore_get_wifi_hidl.cpp | 50 auto cb = [&](IKeystore::KeystoreStatusCode status, hidl_vec<uint8_t> returnedValue) { in keystore_get() local
|
/system/tools/aidl/tests/java/src/android/aidl/tests/ |
D | NestedTypesTests.java | 56 Callback cb = new Callback(); in testUseNestedTypes() local
|
/system/tools/aidl/tests/ |
D | aidl_test_client_nested.cpp | 60 sp<Callback> cb = new Callback; in TEST_F() local
|
D | aidl_test_client_ndk_nested.cpp | 70 auto cb = ndk::SharedRefBase::make<Callback>(); in TEST_F() local
|
/system/chre/host/common/include/chre_host/ |
D | wifi_ext_hal_handler.h | 78 WifiExtCallback(std::function<void(bool)> cb) : mCallback(cb) {} in WifiExtCallback()
|
D | st_hal_lpma_handler.h | 100 explicit StHalDeathRecipient(std::function<void()> cb) : mCallback(cb) {} in StHalDeathRecipient()
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/nested/ |
D | INestedService.java | 14 …e public void flipStatusWithCallback(byte status, android.aidl.tests.nested.INestedService.ICallba… in flipStatusWithCallback() 150 …e public void flipStatusWithCallback(byte status, android.aidl.tests.nested.INestedService.ICallba… in flipStatusWithCallback() 177 …public void flipStatusWithCallback(byte status, android.aidl.tests.nested.INestedService.ICallback… in flipStatusWithCallback()
|
/system/security/provisioner/support/ |
D | rkpd_client.cpp | 140 auto cb = sp<GetKeyCallback>::make(std::move(keyPromise_)); in onSuccess() local 192 auto cb = sp<GetRegistrationCallback>::make(std::move(keyPromise), keyId); in getRpcKeyFuture() local
|
/system/chre/platform/shared/ |
D | nanoapp_loader.cc | 58 int atexitInternal(struct AtExitCallback &cb) { in atexitInternal() 73 struct AtExitCallback cb(func, arg); in cxaAtexitOverride() local 81 struct AtExitCallback cb(func); in atexitOverride() local 355 void NanoappLoader::registerAtexitFunction(struct AtExitCallback &cb) { in registerAtexitFunction() 858 struct AtExitCallback cb = mAtexitFunctions.back(); in callAtexitFunctions() local
|
/system/chre/host/hal_generic/V1_2/ |
D | generic_context_hub_v1_2.cc | 71 uint32_t hubId, const sp<IContexthubCallback> &cb) { in registerCallback_1_2()
|
/system/core/libutils/ |
D | misc.cpp | 48 void add_sysprop_change_callback(sysprop_change_callback cb, int priority) { in add_sysprop_change_callback()
|
/system/security/prng_seeder/src/ |
D | main.rs | 83 let cb = ConditionerBuilder::new(hwrng)?; in setup() localVariable
|
/system/tools/hidl/test/java_test/src/com/android/commands/hidl_test_java/ |
D | HidlTestJava.java | 175 public void heyItsMe(IBazCallback cb) throws RemoteException { in heyItsMe() 938 BazCallback cb = new BazCallback(); in client() local 1422 takeAMaskCallback cb) { in takeAMask() 1456 public void heyItsMe(IBazCallback cb) { in heyItsMe() 1465 public void callMe(IBazCallback cb) throws RemoteException { in callMe() 1471 public void callMeLater(IBazCallback cb) { in callMeLater() 1516 public void returnABunchOfStrings(returnABunchOfStringsCallback cb) { in returnABunchOfStrings()
|
/system/extras/profcollectd/libprofcollectd/ |
D | lib.rs | 75 let cb = BnProviderStatusCallback::new_binder( in init_service() localVariable
|
/system/chre/host/hal_generic/common/ |
D | generic_context_hub_base.h | 152 const sp<IContexthubCallback> &cb) override { in registerCallback() 162 uint32_t hubId, const sp<IContextHubCallbackWrapperBase> &cb) { in registerCallbackCommon()
|
/system/tools/hidl/test/hidl_test/ |
D | FooCallback.cpp | 77 Return<void> FooCallback::reportResults(int64_t ns, reportResults_cb cb) { in reportResults()
|