Home
last modified time | relevance | path

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

/hardware/interfaces/drm/aidl/aidl_api/android.hardware.drm/current/android/hardware/drm/
DKeyRequestType.aidl37 INITIAL = 0, enumConstant
/hardware/interfaces/drm/aidl/aidl_api/android.hardware.drm/1/android/hardware/drm/
DKeyRequestType.aidl37 INITIAL = 0, enumConstant
/hardware/interfaces/drm/aidl/android/hardware/drm/
DKeyRequestType.aidl28 INITIAL, enumConstant
/hardware/interfaces/audio/aidl/common/include/
DStreamWorker.h37 enum class WorkerState { INITIAL, STOPPED, RUNNING, PAUSE_REQUESTED, PAUSED, RESUME_REQUESTED }; enumerator
85 WorkerState mWorkerState GUARDED_BY(mWorkerLock) = WorkerState::INITIAL;
/hardware/interfaces/audio/aidl/common/
DStreamWorker.cpp39 return mWorkerState != WorkerState::INITIAL || !mError.empty(); in start()
/hardware/interfaces/drm/1.2/
DIDrmPlugin.hal139 * request. The type must be one of INITIAL, RENEWAL, RELEASE, NONE or
140 * UPDATE. An INITIAL request is the first key request for a
/hardware/interfaces/drm/1.1/
DIDrmPlugin.hal102 * request. The type may be one of INITIAL, RENEWAL, RELEASE,
103 * NONE or UPDATE. An INITIAL request is the first key request
/hardware/interfaces/drm/1.0/default/
DDrmPlugin.cpp87 requestType = KeyRequestType::INITIAL; in getKeyRequest()
/hardware/interfaces/drm/1.1/vts/functional/
Ddrm_hal_clearkey_test.cpp120 EXPECT_EQ(KeyRequestType::INITIAL, requestType); in loadKeys()
/hardware/interfaces/drm/1.2/vts/functional/
Ddrm_hal_common.cpp274 EXPECT_EQ(KeyRequestType::INITIAL, requestType); in getKeyRequest()
/hardware/interfaces/drm/1.0/
Dtypes.hal171 INITIAL,
DIDrmPlugin.hal87 * request. The type may be one of INITIAL, RENEWAL or RELEASE. An
88 * INITIAL request is the first key request for a license. RENEWAL is a
/hardware/interfaces/drm/aidl/vts/
Ddrm_hal_common.cpp373 EXPECT_EQ(KeyRequestType::INITIAL, result.requestType); in getKeyRequest()
/hardware/interfaces/drm/1.0/vts/functional/
Ddrm_hal_clearkey_test.cpp269 EXPECT_EQ(KeyRequestType::INITIAL, requestType); in loadKeys()
Ddrm_hal_vendor_test.cpp311 EXPECT_EQ(type, KeyRequestType::INITIAL); in loadKeys()