Home
last modified time | relevance | path

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

12

/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.cpp68 sp<HwBinderCallback> cb = new HwBinderCallback; in setupTo() local
97 sp<ClientCallbackCallback> cb = new ClientCallbackCallback(manager); in setupTo() local
/system/update_engine/payload_generator/
Derofs_iterate.h39 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/
Drkpd_client.rs123 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/
DSuspendControlService.h62 const std::vector<sp<ISuspendCallback>>::iterator findCb(const wp<IBinder>& cb) { in findCb()
DSystemSuspendUnitTest.cpp586 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/
DBnNestedService.h30 …::Status status, const ::android::sp<::android::aidl::tests::nested::INestedService::ICallback>& c… in flipStatusWithCallback()
/system/tools/aidl/tests/android/aidl/tests/nested/
DINestedService.aidl32 void flipStatusWithCallback(ParcelableWithNested.Status status, ICallback cb); in flipStatusWithCallback()
/system/extras/profcollectd/binder/com/android/server/profcollect/
DIProfCollectd.aidl30 void registerProviderStatusCallback(IProviderStatusCallback cb); in registerProviderStatusCallback()
/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/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/chre/host/common/include/chre_host/
Dwifi_ext_hal_handler.h78 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/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/nested/
DINestedService.java14 …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/
Drkpd_client.cpp140 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/
Dnanoapp_loader.cc58 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/
Dgeneric_context_hub_v1_2.cc71 uint32_t hubId, const sp<IContexthubCallback> &cb) { in registerCallback_1_2()
/system/core/libutils/
Dmisc.cpp48 void add_sysprop_change_callback(sysprop_change_callback cb, int priority) { in add_sysprop_change_callback()
/system/security/prng_seeder/src/
Dmain.rs83 let cb = ConditionerBuilder::new(hwrng)?; in setup() localVariable
/system/tools/hidl/test/java_test/src/com/android/commands/hidl_test_java/
DHidlTestJava.java175 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/
Dlib.rs75 let cb = BnProviderStatusCallback::new_binder( in init_service() localVariable
/system/chre/host/hal_generic/common/
Dgeneric_context_hub_base.h152 const sp<IContexthubCallback> &cb) override { in registerCallback()
162 uint32_t hubId, const sp<IContextHubCallbackWrapperBase> &cb) { in registerCallbackCommon()
/system/tools/hidl/test/hidl_test/
DFooCallback.cpp77 Return<void> FooCallback::reportResults(int64_t ns, reportResults_cb cb) { in reportResults()

12