Home
last modified time | relevance | path

Searched defs:cb (Results 1 – 25 of 80) sorted by relevance

1234

/system/hwservicemanager/
Dtest_lazy.cpp83 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
Dservice.cpp70 sp<HwBinderCallback> cb = new HwBinderCallback; in setupTo() local
99 sp<ClientCallbackCallback> cb = new ClientCallbackCallback(manager); in setupTo() local
/system/security/keystore2/rkpd_client/src/
Dtests.rs114 let cb = GetRegistrationCallback::new_native_binder(tx); in get_mock_registration() localVariable
138 let cb = GetRegistrationCallback::new_native_binder(tx); in test_get_registration_cb_cancel() localVariable
148 let cb = GetRegistrationCallback::new_native_binder(tx); in test_get_registration_cb_error() localVariable
160 let cb = GetKeyCallback::new_native_binder(tx); in test_get_key_cb_success() localVariable
170 let cb = GetKeyCallback::new_native_binder(tx); in test_get_key_cb_cancel() localVariable
181 let cb = GetKeyCallback::new_native_binder(tx); in test_get_key_cb_error() localVariable
195 let cb = StoreUpgradedKeyCallback::new_native_binder(tx); in test_store_upgraded_cb_success() localVariable
204 let cb = StoreUpgradedKeyCallback::new_native_binder(tx); in test_store_upgraded_key_cb_error() localVariable
Dlib.rs150 let cb = GetRegistrationCallback::new_native_binder(tx); in get_rkpd_registration() localVariable
208 let cb = GetKeyCallback::new_native_binder(tx); in get_rkpd_attestation_key_from_registration_async() localVariable
274 let cb = StoreUpgradedKeyCallback::new_native_binder(tx); in store_rkpd_attestation_key_with_registration_async() localVariable
/system/update_engine/payload_generator/
Derofs_iterate.h41 int erofs_iterate_root_dir(struct erofs_sb_info* sbi, Callable cb) { in erofs_iterate_root_dir()
64 auto cb = static_cast<Callable*>(ctx->arg); in erofs_iterate_root_dir() member
/system/hardware/interfaces/suspend/1.0/default/
DSuspendControlService.h62 const std::vector<sp<ISuspendCallback>>::iterator findCb(const wp<IBinder>& cb) { in findCb()
/system/chre/host/hal_generic/common/
Dmessage_hub_manager.h275 explicit MessageHubManager(HostHubDownCb cb) in MessageHubManager()
450 HostHubDownCb cb) in MessageHubManager()
/system/tools/aidl/tests/android/aidl/tests/nested/
DINestedService.aidl32 void flipStatusWithCallback(ParcelableWithNested.Status status, ICallback cb); in flipStatusWithCallback()
/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/nested/
DBnNestedService.h38 …::Status status, const ::android::sp<::android::aidl::tests::nested::INestedService::ICallback>& c… in flipStatusWithCallback()
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/nested/
DBnNestedService.h38 …::Status status, const ::android::sp<::android::aidl::tests::nested::INestedService::ICallback>& c… in flipStatusWithCallback()
/system/security/keystore/
Dkeystore_get_wifi_hidl.cpp50 auto cb = [&](IKeystore::KeystoreStatusCode status, hidl_vec<uint8_t> returnedValue) { in keystore_get() local
/system/tools/aidl/tests/java/src/android/aidl/tests/
DNestedTypesTests.java56 Callback cb = new Callback(); in testUseNestedTypes() local
/system/chre/platform/shared/
Dnanoapp_loader.cc69 int atexitInternal(struct AtExitCallback &cb) { in atexitInternal()
84 struct AtExitCallback cb(func, arg); in cxaAtexitOverride() local
92 struct AtExitCallback cb(func); in atexitOverride() local
399 void NanoappLoader::registerAtexitFunction(struct AtExitCallback &cb) { in registerAtexitFunction()
780 struct AtExitCallback cb = mAtexitFunctions.back(); in callAtexitFunctions() local
/system/extras/profcollectd/binder/com/android/server/profcollect/
DIProfCollectd.aidl29 void registerProviderStatusCallback(IProviderStatusCallback cb); in registerProviderStatusCallback()
/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-java-source/gen/android/aidl/tests/nested/
DINestedService.java19 …e public void flipStatusWithCallback(byte status, android.aidl.tests.nested.INestedService.ICallba… in flipStatusWithCallback()
152 …e public void flipStatusWithCallback(byte status, android.aidl.tests.nested.INestedService.ICallba… in flipStatusWithCallback()
180 …public void flipStatusWithCallback(byte status, android.aidl.tests.nested.INestedService.ICallback… in flipStatusWithCallback()
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/nested/
DINestedService.java19 …e public void flipStatusWithCallback(byte status, android.aidl.tests.nested.INestedService.ICallba… in flipStatusWithCallback()
152 …e public void flipStatusWithCallback(byte status, android.aidl.tests.nested.INestedService.ICallba… in flipStatusWithCallback()
180 …public void flipStatusWithCallback(byte status, android.aidl.tests.nested.INestedService.ICallback… in flipStatusWithCallback()
/system/tools/aidl/tests/
Daidl_test_client_nested.cpp60 sp<Callback> cb = new Callback; in TEST_F() local
Daidl_test_client_ndk_nested.cpp70 auto cb = ndk::SharedRefBase::make<Callback>(); in TEST_F() local
/system/security/provisioner/support/
Drkpd_client.cpp137 auto cb = sp<GetKeyCallback>::make(std::move(keyPromise_)); in onSuccess() local
189 auto cb = sp<GetRegistrationCallback>::make(std::move(keyPromise), keyId); in getRpcKeyFuture() local
/system/chre/host/common/include/chre_host/
Dwifi_ext_hal_handler.h76 WifiExtCallback(std::function<void(bool)> cb) : mCallback(cb) {} in WifiExtCallback()
Dst_hal_lpma_handler.h100 explicit StHalDeathRecipient(std::function<void()> cb) : mCallback(cb) {} in StHalDeathRecipient()
/system/tools/aidl/tests/trunk_stable_test/aidl_api/android.aidl.test.trunk/1/android/aidl/test/trunk/
DITrunkStableTest.aidl24 void callMyCallback(in android.aidl.test.trunk.ITrunkStableTest.IMyCallback cb); in callMyCallback()
/system/chre/host/hal_generic/V1_2/
Dgeneric_context_hub_v1_2.cc71 uint32_t hubId, const sp<IContexthubCallback> &cb) { in registerCallback_1_2()
/system/security/prng_seeder/src/
Dmain.rs89 let cb = ConditionerBuilder::new(hwrng)?; in setup() localVariable
/system/tools/aidl/tests/trunk_stable_test/android/aidl/test/trunk/
DITrunkStableTest.aidl33 void callMyCallback(in IMyCallback cb); in callMyCallback()

1234