Home
last modified time | relevance | path

Searched refs:getCapabilitiesInternal (Results 1 – 9 of 9) sorted by relevance

/aosp12/frameworks/native/services/vibratorservice/test/
H A DVibratorHalControllerTest.cpp70 MOCK_METHOD(vibrator::HalResult<vibrator::Capabilities>, getCapabilitiesInternal, (),
112 EXPECT_CALL(*mMockHal.get(), getCapabilitiesInternal()) in TEST_F()
/aosp12/frameworks/native/services/vibratorservice/include/vibratorservice/
H A DVibratorHalWrapper.h305 virtual HalResult<Capabilities> getCapabilitiesInternal() = 0;
369 HalResult<Capabilities> getCapabilitiesInternal() override final;
422 virtual HalResult<Capabilities> getCapabilitiesInternal() override;
496 HalResult<Capabilities> getCapabilitiesInternal() override final;
/aosp12/frameworks/native/services/vibratorservice/
H A DVibratorHalWrapper.cpp183 mInfoCache.mCapabilities = getCapabilitiesInternal(); in getCapabilities()
370 HalResult<Capabilities> AidlHalWrapper::getCapabilitiesInternal() { in getCapabilitiesInternal() function in android::vibrator::AidlHalWrapper
537 HalResult<Capabilities> HidlHalWrapper<I>::getCapabilitiesInternal() { in getCapabilitiesInternal() function in android::vibrator::HidlHalWrapper
659 HalResult<Capabilities> HidlHalWrapperV1_3::getCapabilitiesInternal() { in getCapabilitiesInternal() function in android::vibrator::HidlHalWrapperV1_3
/aosp12/hardware/interfaces/wifi/1.5/default/
H A Dwifi_rtt_controller.cpp90 &WifiRttController::getCapabilitiesInternal, hidl_status_cb); in getCapabilities()
206 WifiRttController::getCapabilitiesInternal() { in getCapabilitiesInternal() function in android::hardware::wifi::V1_5::implementation::WifiRttController
H A Dwifi_rtt_controller.h95 std::pair<WifiStatus, V1_0::RttCapabilities> getCapabilitiesInternal();
H A Dwifi_sta_iface.h126 std::pair<WifiStatus, uint32_t> getCapabilitiesInternal();
H A Dwifi_sta_iface.cpp82 &WifiStaIface::getCapabilitiesInternal, in getCapabilities()
299 std::pair<WifiStatus, uint32_t> WifiStaIface::getCapabilitiesInternal() { in getCapabilitiesInternal() function in android::hardware::wifi::V1_5::implementation::WifiStaIface
H A Dwifi_chip.h201 std::pair<WifiStatus, uint32_t> getCapabilitiesInternal();
H A Dwifi_chip.cpp435 &WifiChip::getCapabilitiesInternal, hidl_status_cb); in getCapabilities()
842 std::pair<WifiStatus, uint32_t> WifiChip::getCapabilitiesInternal() { in getCapabilitiesInternal() function in android::hardware::wifi::V1_5::implementation::WifiChip