Searched refs:maxSupportedDrmCapabilityLen (Results 1 - 4 of 4) sorted by relevance
/foundation/multimedia/av_session/frameworks/common/src/ |
H A D | avsession_descriptor.cpp | 103 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 D | avcontroller_callback_stub.cpp | 183 int32_t maxSupportedDrmCapabilityLen = 10; in HandleOnOutputDeviceChange() local 185 (supportedDrmCapabilityLen <= maxSupportedDrmCapabilityLen), false, "supportedDrmCapabilityLen is illegal"); in HandleOnOutputDeviceChange()
|
H A D | avsession_callback_stub.cpp | 201 int32_t maxSupportedDrmCapabilityLen = 10; in HandleOnOutputDeviceChange() local 203 (supportedDrmCapabilityLen <= maxSupportedDrmCapabilityLen), false, "supportedDrmCapabilityLen is illegal"); in HandleOnOutputDeviceChange()
|
H A D | avsession_service_stub.cpp | 742 int32_t maxSupportedDrmCapabilityLen = 10; in CheckBeforeHandleStartCast() local 744 (supportedDrmCapabilityLen <= maxSupportedDrmCapabilityLen), false, "supportedDrmCapabilityLen is illegal"); in CheckBeforeHandleStartCast()
|
Completed in 4 milliseconds