Searched refs:INITIAL (Results 1 – 15 of 15) sorted by relevance
/hardware/interfaces/drm/aidl/aidl_api/android.hardware.drm/current/android/hardware/drm/ |
D | KeyRequestType.aidl | 37 INITIAL = 0, enumConstant
|
/hardware/interfaces/drm/aidl/aidl_api/android.hardware.drm/1/android/hardware/drm/ |
D | KeyRequestType.aidl | 37 INITIAL = 0, enumConstant
|
/hardware/interfaces/drm/aidl/android/hardware/drm/ |
D | KeyRequestType.aidl | 28 INITIAL, enumConstant
|
/hardware/interfaces/audio/aidl/common/include/ |
D | StreamWorker.h | 37 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/ |
D | StreamWorker.cpp | 39 return mWorkerState != WorkerState::INITIAL || !mError.empty(); in start()
|
/hardware/interfaces/drm/1.2/ |
D | IDrmPlugin.hal | 139 * 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/ |
D | IDrmPlugin.hal | 102 * 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/ |
D | DrmPlugin.cpp | 87 requestType = KeyRequestType::INITIAL; in getKeyRequest()
|
/hardware/interfaces/drm/1.1/vts/functional/ |
D | drm_hal_clearkey_test.cpp | 120 EXPECT_EQ(KeyRequestType::INITIAL, requestType); in loadKeys()
|
/hardware/interfaces/drm/1.2/vts/functional/ |
D | drm_hal_common.cpp | 274 EXPECT_EQ(KeyRequestType::INITIAL, requestType); in getKeyRequest()
|
/hardware/interfaces/drm/1.0/ |
D | types.hal | 171 INITIAL,
|
D | IDrmPlugin.hal | 87 * 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/ |
D | drm_hal_common.cpp | 373 EXPECT_EQ(KeyRequestType::INITIAL, result.requestType); in getKeyRequest()
|
/hardware/interfaces/drm/1.0/vts/functional/ |
D | drm_hal_clearkey_test.cpp | 269 EXPECT_EQ(KeyRequestType::INITIAL, requestType); in loadKeys()
|
D | drm_hal_vendor_test.cpp | 311 EXPECT_EQ(type, KeyRequestType::INITIAL); in loadKeys()
|