Home
last modified time | relevance | path

Searched refs:getDriverVersion (Results 1 – 15 of 15) sorted by relevance

/aosp12/hardware/interfaces/wifi/1.5/default/tests/
H A Dmock_wifi_legacy_hal.h46 MOCK_METHOD1(getDriverVersion, std::pair<wifi_error, std::string>(
/aosp12/frameworks/base/lowpan/java/android/net/lowpan/
H A DILowpanInterface.aidl103 @utf8InCpp String getDriverVersion(); in getDriverVersion() method
/aosp12/frameworks/base/libs/hwui/renderthread/
H A DVulkanManager.h112 uint32_t getDriverVersion() const { return mDriverVersion; } in getDriverVersion() function
H A DRenderThread.cpp276 auto vkDriverVersion = mVkManager->getDriverVersion(); in requireVkContext()
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DWifiDiagnostics.java189 mDriverVersion = mWifiNative.getDriverVersion(); in startLogging()
H A DWifiHealthMonitor.java592 String driverVersion = replaceNullByEmptyString(mWifiNative.getDriverVersion()); in extractCurrentSoftwareBuildInfo()
H A DWifiNative.java3485 public String getDriverVersion() {
3486 return mWifiVendorHal.getDriverVersion();
H A DWifiVendorHal.java2139 public String getDriverVersion() { in getDriverVersion() method in WifiVendorHal
/aosp12/hardware/interfaces/wifi/1.5/default/
H A Dwifi_legacy_hal.h486 virtual std::pair<wifi_error, std::string> getDriverVersion(
H A Dwifi_legacy_hal.cpp483 std::pair<wifi_error, std::string> WifiLegacyHal::getDriverVersion( in getDriverVersion() function in android::hardware::wifi::V1_5::implementation::legacy_hal::WifiLegacyHal
H A Dwifi_chip.cpp902 legacy_hal_.lock()->getDriverVersion(ifname); in requestChipDebugInfoInternal()
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
H A DWifiHealthMonitorTest.java187 when(mWifiNative.getDriverVersion()).thenReturn(mDriverVersion); in setUp()
H A DWifiVendorHalTest.java1678 assertNull(mWifiVendorHal.getDriverVersion()); in testVersionGetters()
1683 assertEquals(driverVersion, mWifiVendorHal.getDriverVersion()); in testVersionGetters()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt46053 method public abstract java.lang.String getDriverVersion() throws java.sql.SQLException;