/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/chre/host/common/include/chre_host/ |
D | wifi_ext_hal_handler.h | 78 WifiExtCallback(std::function<void(bool)> cb) : mCallback(cb) {} in WifiExtCallback() 98 explicit WifiExtHalDeathRecipient(std::function<void()> cb) in WifiExtHalDeathRecipient()
|
D | st_hal_lpma_handler.h | 54 explicit StHalDeathRecipient(std::function<void()> cb) : mCallback(cb) {} in StHalDeathRecipient()
|
/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 | 25 …::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 | 29 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 | 67 auto cb = ndk::SharedRefBase::make<Callback>(); in TEST_F() local
|
/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() 126 …e public void flipStatusWithCallback(byte status, android.aidl.tests.nested.INestedService.ICallba… in flipStatusWithCallback() 148 …public void flipStatusWithCallback(byte status, android.aidl.tests.nested.INestedService.ICallback… in flipStatusWithCallback()
|
/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/security/prng_seeder/src/ |
D | main.rs | 82 let cb = ConditionerBuilder::new(hwrng)?; in setup() localVariable
|
/system/core/libutils/ |
D | misc.cpp | 48 void add_sysprop_change_callback(sysprop_change_callback cb, int priority) { in add_sysprop_change_callback()
|
/system/core/fs_mgr/libsnapshot/ |
D | device_info.cpp | 112 auto cb = [&](CommandResult r) -> void { result = r; }; in SetSlotAsUnbootable() local
|
/system/chre/host/common/ |
D | wifi_ext_hal_handler.cc | 31 auto cb = [&]() { onWifiExtHalServiceDeath(); }; in WifiExtHalHandler() local
|
D | st_hal_lpma_handler.cc | 54 auto cb = [&]() { onStHalServiceDeath(); }; in StHalLpmaHandler() local
|
/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() 939 BazCallback cb = new BazCallback(); in client() local 1424 takeAMaskCallback cb) { in takeAMask() 1459 public void heyItsMe(IBazCallback cb) { in heyItsMe() 1468 public void callMe(IBazCallback cb) throws RemoteException { in callMe() 1474 public void callMeLater(IBazCallback cb) { in callMeLater() 1519 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/incremental_delivery/incfs/include/ |
D | incfs_inline.h | 382 inline ErrorCode forEachFile(const Control& control, Callback&& cb) { in forEachFile() 385 const Callback& cb; in forEachFile() member 393 inline ErrorCode forEachIncompleteFile(const Control& control, Callback&& cb) { in forEachIncompleteFile() 396 const Callback& cb; in forEachIncompleteFile() member
|
/system/tools/hidl/test/hidl_test/ |
D | FooCallback.cpp | 77 Return<void> FooCallback::reportResults(int64_t ns, reportResults_cb cb) { in reportResults()
|