Home
last modified time | relevance | path

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

/hardware/interfaces/wifi/aidl/vts/functional/
Dwifi_sta_iface_aidl_test.cpp95 const std::string oem_key1 = getPropertyString("ro.oem.key1"); in isPanelTvDevice()
116 std::string getPropertyString(const char* property_name) { in getPropertyString() function in WifiStaIfaceAidlTest
153 const std::string oem_key1 = getPropertyString("ro.oem.key1"); in TEST_P()
/hardware/interfaces/drm/1.0/vts/functional/
Ddrm_hal_clearkey_test.cpp519 auto res = drmPlugin->getPropertyString( in TEST_P()
528 auto res = drmPlugin->getPropertyString( in TEST_P()
537 auto res = drmPlugin->getPropertyString( in TEST_P()
546 auto res = drmPlugin->getPropertyString( in TEST_P()
559 auto res = drmPlugin->getPropertyString( in TEST_P()
Ddrm_hal_vendor_test.cpp589 auto res = drmPlugin->getPropertyString( in TEST_P()
599 auto res = drmPlugin->getPropertyString( in TEST_P()
609 auto res = drmPlugin->getPropertyString( in TEST_P()
619 auto res = drmPlugin->getPropertyString( in TEST_P()
650 auto res = drmPlugin->getPropertyString( in TEST_P()
/hardware/interfaces/drm/aidl/android/hardware/drm/
DIDrmPlugin.aidl284 String getPropertyString(in String propertyName); in getPropertyString() method
/hardware/interfaces/drm/aidl/aidl_api/android.hardware.drm/1/android/hardware/drm/
DIDrmPlugin.aidl48 String getPropertyString(in String propertyName); in getPropertyString() method
/hardware/interfaces/drm/aidl/aidl_api/android.hardware.drm/current/android/hardware/drm/
DIDrmPlugin.aidl48 String getPropertyString(in String propertyName); in getPropertyString() method
/hardware/interfaces/drm/1.0/default/
DDrmPlugin.cpp216 Return<void> DrmPlugin::getPropertyString(const hidl_string& propertyName, in getPropertyString() function in android::hardware::drm::V1_0::implementation::DrmPlugin
219 status_t status = mLegacyPlugin->getPropertyString( in getPropertyString()
DDrmPlugin.h91 Return<void> getPropertyString(const hidl_string& propertyName,
/hardware/interfaces/drm/1.0/
DIDrmPlugin.hal317 getPropertyString(string propertyName)