Home
last modified time | relevance | path

Searched refs:registerCallback (Results 1 – 25 of 50) sorted by relevance

12

/hardware/interfaces/contexthub/1.0/vts/functional/
DVtsHalContexthubV1_0TargetTest.cpp111 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/
DIPixelPowerStatsProvider.aidl22 void registerCallback(in @utf8InCpp String entityName, in IPixelPowerStatsCallback callback); in registerCallback() method
/hardware/interfaces/sensors/common/vts/utils/include/sensors-vts-utils/
DSensorsHidlEnvironmentBase.h48 void registerCallback(IEventCallback* callback);
/hardware/interfaces/sensors/common/vts/utils/
DSensorsHidlEnvironmentBase.cpp61 void SensorsHidlEnvironmentBase::registerCallback(IEventCallback* callback) { in registerCallback() function in SensorsHidlEnvironmentBase
/hardware/interfaces/graphics/composer/2.1/utils/passthrough/include/composer-passthrough/2.1/
DHwcHal.h116 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/
DIHealthInfoCallback.hal21 * {@link IHealthInfoBus.registerCallback}.
DIHealth.hal40 registerCallback(IHealthInfoCallback callback) generates (Result result);
44 * {@link registerCallback}.
/hardware/interfaces/health/2.1/vts/functional/
DVtsHalHealthV2_1TargetTest.cpp150 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/
DISupplicantP2pNetworkCallback.hal25 * corresponding |ISupplicantP2pNetwork.registerCallback| method.
DISupplicantCallback.hal24 * |ISupplicant.registerCallback| method.
DISupplicantStaNetworkCallback.hal25 * corresponding |ISupplicantStaNetwork.registerCallback| method.
/hardware/google/pixel/powerstats/include/pixelpowerstats/
DAidlStateResidencyDataProvider.h49 binderStatus registerCallback(const std::string &entityName,
/hardware/interfaces/health/2.1/
DIHealthInfoCallback.hal23 * {@link IHealth.registerCallback}.
DIHealth.hal30 * - When registerCallback() is called, an implementation must cast the callback
/hardware/interfaces/health/2.0/default/include/health2/
DHealth.h41 Return<Result> registerCallback(const sp<IHealthInfoCallback>& callback) override;
/hardware/interfaces/wifi/hostapd/1.1/vts/functional/
Dhostapd_hidl_test.cpp176 TEST_P(HostapdHidlTest, registerCallback) { in TEST_P() argument
177 hostapd_->registerCallback( in TEST_P()
/hardware/interfaces/contexthub/1.0/default/
DContexthub.h37 Return<Result> registerCallback(uint32_t hubId,
/hardware/interfaces/health/utils/libhealth2impl/include/health2impl/
DHealth.h47 Return<::android::hardware::health::V2_0::Result> registerCallback(
DBinderHealth.h39 Return<::android::hardware::health::V2_0::Result> registerCallback(
/hardware/interfaces/health/utils/libhealth2impl/
DBinderHealth.cpp55 Return<Result> BinderHealth::registerCallback(const sp<V2_0::IHealthInfoCallback>& callback) { in registerCallback() function in android::hardware::health::V2_1::implementation::BinderHealth
DHealth.cpp73 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/
DComposerVts.h84 void registerCallback(const sp<IComposerCallback>& callback);
/hardware/interfaces/graphics/composer/2.1/utils/vts/
DComposerVts.cpp100 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/
DIHostapd.hal101 registerCallback(IHostapdCallback callback)
/hardware/google/pixel/powerstats/
DAidlStateResidencyDataProvider.cpp87 binderStatus AidlStateResidencyDataProvider::registerCallback( in registerCallback() function in android::hardware::google::pixel::powerstats::AidlStateResidencyDataProvider

12