/hardware/interfaces/contexthub/1.0/vts/functional/ |
D | VtsHalContexthubV1_0TargetTest.cpp | 111 Result registerCallback(sp<IContexthubCallback> cb) { in registerCallback() function in __anon41211db20111::ContexthubHidlTest 112 Result result = hubApi->registerCallback(getHubId(), cb); in registerCallback() 203 ASSERT_OK(registerCallback(new ContexthubCallbackBase())); in TEST_P() 208 ASSERT_OK(registerCallback(nullptr)); in TEST_P() 228 ASSERT_OK(registerCallback(cb)); in TEST_P() 265 ASSERT_OK(registerCallback(cb)); in SetUp()
|
/hardware/google/pixel/powerstats/aidl/android/vendor/powerstats/ |
D | IPixelPowerStatsProvider.aidl | 22 void registerCallback(in @utf8InCpp String entityName, in IPixelPowerStatsCallback callback); in registerCallback() method
|
/hardware/interfaces/sensors/common/vts/utils/include/sensors-vts-utils/ |
D | SensorsHidlEnvironmentBase.h | 48 void registerCallback(IEventCallback* callback);
|
/hardware/interfaces/sensors/common/vts/utils/ |
D | SensorsHidlEnvironmentBase.cpp | 61 void SensorsHidlEnvironmentBase::registerCallback(IEventCallback* callback) { in registerCallback() function in SensorsHidlEnvironmentBase
|
/hardware/interfaces/graphics/composer/2.1/utils/passthrough/include/composer-passthrough/2.1/ |
D | HwcHal.h | 116 mDispatch.registerCallback(mDevice, HWC2_CALLBACK_HOTPLUG, this, in registerEventCallback() 118 mDispatch.registerCallback(mDevice, HWC2_CALLBACK_REFRESH, this, in registerEventCallback() 120 mDispatch.registerCallback(mDevice, HWC2_CALLBACK_VSYNC, this, in registerEventCallback() 132 mDispatch.registerCallback(mDevice, HWC2_CALLBACK_HOTPLUG, this, nullptr); in unregisterEventCallback() 133 mDispatch.registerCallback(mDevice, HWC2_CALLBACK_REFRESH, this, nullptr); in unregisterEventCallback() 134 mDispatch.registerCallback(mDevice, HWC2_CALLBACK_VSYNC, this, nullptr); in unregisterEventCallback() 540 !initDispatch(HWC2_FUNCTION_REGISTER_CALLBACK, &mDispatch.registerCallback) || in initDispatch() 642 HWC2_PFN_REGISTER_CALLBACK registerCallback; member
|
/hardware/interfaces/health/2.0/ |
D | IHealthInfoCallback.hal | 21 * {@link IHealthInfoBus.registerCallback}.
|
D | IHealth.hal | 40 registerCallback(IHealthInfoCallback callback) generates (Result result); 44 * {@link registerCallback}.
|
/hardware/interfaces/health/2.1/vts/functional/ |
D | VtsHalHealthV2_1TargetTest.cpp | 150 TEST_AND_RETURN(ResultIsSuccess(service->registerCallback(first))); in TestCallbacks() 151 TEST_AND_RETURN(ResultIsSuccess(service->registerCallback(second))); in TestCallbacks()
|
/hardware/interfaces/wifi/supplicant/1.0/ |
D | ISupplicantP2pNetworkCallback.hal | 25 * corresponding |ISupplicantP2pNetwork.registerCallback| method.
|
D | ISupplicantCallback.hal | 24 * |ISupplicant.registerCallback| method.
|
D | ISupplicantStaNetworkCallback.hal | 25 * corresponding |ISupplicantStaNetwork.registerCallback| method.
|
/hardware/google/pixel/powerstats/include/pixelpowerstats/ |
D | AidlStateResidencyDataProvider.h | 49 binderStatus registerCallback(const std::string &entityName,
|
/hardware/interfaces/health/2.1/ |
D | IHealthInfoCallback.hal | 23 * {@link IHealth.registerCallback}.
|
D | IHealth.hal | 30 * - When registerCallback() is called, an implementation must cast the callback
|
/hardware/interfaces/health/2.0/default/include/health2/ |
D | Health.h | 41 Return<Result> registerCallback(const sp<IHealthInfoCallback>& callback) override;
|
/hardware/interfaces/wifi/hostapd/1.1/vts/functional/ |
D | hostapd_hidl_test.cpp | 176 TEST_P(HostapdHidlTest, registerCallback) { in TEST_P() argument 177 hostapd_->registerCallback( in TEST_P()
|
/hardware/interfaces/contexthub/1.0/default/ |
D | Contexthub.h | 37 Return<Result> registerCallback(uint32_t hubId,
|
/hardware/interfaces/health/utils/libhealth2impl/include/health2impl/ |
D | Health.h | 47 Return<::android::hardware::health::V2_0::Result> registerCallback(
|
D | BinderHealth.h | 39 Return<::android::hardware::health::V2_0::Result> registerCallback(
|
/hardware/interfaces/health/utils/libhealth2impl/ |
D | BinderHealth.cpp | 55 Return<Result> BinderHealth::registerCallback(const sp<V2_0::IHealthInfoCallback>& callback) { in registerCallback() function in android::hardware::health::V2_1::implementation::BinderHealth
|
D | Health.cpp | 73 Return<Result> Health::registerCallback(const sp<V2_0::IHealthInfoCallback>&) { in registerCallback() function in android::hardware::health::V2_1::implementation::Health
|
/hardware/interfaces/graphics/composer/2.1/utils/vts/include/composer-vts/2.1/ |
D | ComposerVts.h | 84 void registerCallback(const sp<IComposerCallback>& callback);
|
/hardware/interfaces/graphics/composer/2.1/utils/vts/ |
D | ComposerVts.cpp | 100 void ComposerClient::registerCallback(const sp<IComposerCallback>& callback) { in registerCallback() function in android::hardware::graphics::composer::V2_1::vts::ComposerClient 101 mClient->registerCallback(callback); in registerCallback()
|
/hardware/interfaces/wifi/hostapd/1.1/ |
D | IHostapd.hal | 101 registerCallback(IHostapdCallback callback)
|
/hardware/google/pixel/powerstats/ |
D | AidlStateResidencyDataProvider.cpp | 87 binderStatus AidlStateResidencyDataProvider::registerCallback( in registerCallback() function in android::hardware::google::pixel::powerstats::AidlStateResidencyDataProvider
|