Home
last modified time | relevance | path

Searched refs:maxSupportedDrmCapabilityLen (Results 1 - 4 of 4) sorted by relevance

/foundation/multimedia/av_session/frameworks/common/src/
H A Davsession_descriptor.cpp103 int32_t maxSupportedDrmCapabilityLen = 10; in CheckBeforReadFromParcel() local
105 (supportedDrmCapabilityLen <= maxSupportedDrmCapabilityLen), false, "supportedDrmCapabilityLen is illegal"); in CheckBeforReadFromParcel()
188 int32_t maxSupportedDrmCapabilityLen = 10; in ReadFromParcel() local
190 (supportedDrmCapabilityLen <= maxSupportedDrmCapabilityLen), false, "supportedDrmCapabilityLen is illegal"); in ReadFromParcel()
257 int32_t maxSupportedDrmCapabilityLen = 10; in ReadFromParcel() local
259 (supportedDrmCapabilityLen <= maxSupportedDrmCapabilityLen), false, "supportedDrmCapabilityLen is illegal"); in ReadFromParcel()
/foundation/multimedia/av_session/services/session/ipc/stub/
H A Davcontroller_callback_stub.cpp183 int32_t maxSupportedDrmCapabilityLen = 10; in HandleOnOutputDeviceChange() local
185 (supportedDrmCapabilityLen <= maxSupportedDrmCapabilityLen), false, "supportedDrmCapabilityLen is illegal"); in HandleOnOutputDeviceChange()
H A Davsession_callback_stub.cpp201 int32_t maxSupportedDrmCapabilityLen = 10; in HandleOnOutputDeviceChange() local
203 (supportedDrmCapabilityLen <= maxSupportedDrmCapabilityLen), false, "supportedDrmCapabilityLen is illegal"); in HandleOnOutputDeviceChange()
H A Davsession_service_stub.cpp742 int32_t maxSupportedDrmCapabilityLen = 10; in CheckBeforeHandleStartCast() local
744 (supportedDrmCapabilityLen <= maxSupportedDrmCapabilityLen), false, "supportedDrmCapabilityLen is illegal"); in CheckBeforeHandleStartCast()

Completed in 4 milliseconds