Home
last modified time | relevance | path

Searched refs:ERROR_DRM_INVALID_STATE (Results 1 – 11 of 11) sorted by relevance

/aosp12/hardware/interfaces/drm/1.0/
H A DIDrmPlugin.hal38 * the call or ERROR_DRM_INVALID_STATE if the HAL is in a state where a
50 * opened, BAD_VALUE if the sessionId is invalid or ERROR_DRM_INVALID_STATE
118 * if any parameters are invalid or ERROR_DRM_INVALID_STATE if the HAL is
257 * ERROR_DRM_INVALID_STATE if the HAL is in a state where the secure stop
269 * ERROR_DRM_INVALID_STATE if the HAL is in a state where the secure
313 * ERROR_DRM_INVALID_STATE if the HAL is in a state where the property
327 * ERROR_DRM_INVALID_STATE if the HAL is in a state where the property
342 * ERROR_DRM_INVALID_STATE if the HAL is in a state where the property
356 * ERROR_DRM_INVALID_STATE if the HAL is in a state where the property
409 * BAD_VALUE if any parameters are invalid or ERROR_DRM_INVALID_STATE
[all …]
H A Dtypes.hal51 * ERROR_DRM_INVALID_STATE must be returned when the device is in a state
54 ERROR_DRM_INVALID_STATE,
/aosp12/hardware/interfaces/drm/1.1/
H A DIDrmPlugin.hal57 * the call, or ERROR_DRM_INVALID_STATE if the HAL is in a state where
98 * invalid or ERROR_DRM_INVALID_STATE if the HAL is in a
139 * ERROR_DRM_INVALID_STATE if the HAL is in a state where the HDCP
155 * ERROR_DRM_INVALID_STATE if the HAL is in a state where number of
173 * ERROR_DRM_INVALID_STATE if the HAL is in a state where the
186 * ERROR_DRM_INVALID_STATE if the metrics are not available to be
197 * ERROR_DRM_INVALID_STATE if the HAL is in a state where the secure stop
217 * ERROR_DRM_INVALID_STATE if the HAL is in a state where the secure stop
230 * ERROR_DRM_INVALID_STATE if the HAL is in a state where the secure stop
240 * ERROR_DRM_INVALID_STATE if the HAL is in a state where the secure
/aosp12/frameworks/av/media/libstagefright/include/media/stagefright/
H A DMediaErrors.h77 ERROR_DRM_INVALID_STATE = DRM_ERROR_BASE - 16, enumerator
188 STATUS_CASE(ERROR_DRM_INVALID_STATE); in StrCryptoError()
/aosp12/hardware/interfaces/drm/1.2/
H A DIDrmPlugin.hal52 * ERROR_DRM_INVALID_STATE if the HAL is in a state where the
76 * ERROR_DRM_INVALID_STATE if the HAL is in a state where the
93 * ERROR_DRM_INVALID_STATE if the HAL is in a state where the
135 * if any parameters are invalid or ERROR_DRM_INVALID_STATE if the HAL
174 * provisioning or ERROR_DRM_INVALID_STATE if the HAL is in a state
210 * ERROR_DRM_INVALID_STATE if the HAL is in a state where the HDCP
H A DICryptoPlugin.hal71 * ERROR_DRM_INVALID_STATE if the device is in a state where it
/aosp12/hardware/interfaces/drm/1.0/default/
H A DTypeConvert.cpp45 status = Status::ERROR_DRM_INVALID_STATE; in toStatus()
/aosp12/frameworks/av/drm/libmediadrm/
H A DDrmUtils.cpp239 case ::V1_4::Status::ERROR_DRM_INVALID_STATE: in toStatusT_1_4()
240 return ERROR_DRM_INVALID_STATE; in toStatusT_1_4()
/aosp12/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/
H A DDrmPlugin.cpp163 return Status::ERROR_DRM_INVALID_STATE; in closeSession()
556 mMockError = Status_V1_2::ERROR_DRM_INVALID_STATE; in setPropertyString()
631 _hidl_cb(Status::ERROR_DRM_INVALID_STATE, SecurityLevel::UNKNOWN); in getSecurityLevel()
707 return Status::ERROR_DRM_INVALID_STATE; in setSecurityLevel()
/aosp12/hardware/interfaces/drm/1.2/vts/functional/
H A Ddrm_hal_test.cpp437 const Status kInvalidState = Status::ERROR_DRM_INVALID_STATE; in TEST_P()
/aosp12/hardware/interfaces/drm/1.0/vts/functional/
H A Ddrm_hal_vendor_test.cpp565 EXPECT_TRUE(status == Status::ERROR_DRM_INVALID_STATE || in TEST_P()