Searched refs:supportedDrmCapabilityLen (Results 1 - 4 of 4) sorted by relevance
/foundation/multimedia/av_session/frameworks/common/src/ |
H A D | avsession_descriptor.cpp | 100 int32_t supportedDrmCapabilityLen = 0; in CheckBeforReadFromParcel() local 101 CHECK_AND_RETURN_RET_LOG(in.ReadInt32(supportedDrmCapabilityLen), false, in CheckBeforReadFromParcel() 102 "read supportedDrmCapabilityLen failed"); in CheckBeforReadFromParcel() 104 CHECK_AND_RETURN_RET_LOG((supportedDrmCapabilityLen >= 0) && in CheckBeforReadFromParcel() 105 (supportedDrmCapabilityLen <= maxSupportedDrmCapabilityLen), false, "supportedDrmCapabilityLen is illegal"); in CheckBeforReadFromParcel() 107 for (int i = 0; i < supportedDrmCapabilityLen; i++) { in CheckBeforReadFromParcel() 185 int32_t supportedDrmCapabilityLen = 0; in ReadFromParcel() local 186 CHECK_AND_RETURN_RET_LOG(in.ReadInt32(supportedDrmCapabilityLen), false, in ReadFromParcel() 187 "read supportedDrmCapabilityLen faile in ReadFromParcel() 254 int32_t supportedDrmCapabilityLen = 0; ReadFromParcel() local [all...] |
/foundation/multimedia/av_session/services/session/ipc/stub/ |
H A D | avcontroller_callback_stub.cpp | 179 int32_t supportedDrmCapabilityLen = 0; in HandleOnOutputDeviceChange() local 180 CHECK_AND_RETURN_RET_LOG(data.ReadInt32(supportedDrmCapabilityLen), false, in HandleOnOutputDeviceChange() 181 "read supportedDrmCapabilityLen failed"); in HandleOnOutputDeviceChange() 184 CHECK_AND_RETURN_RET_LOG((supportedDrmCapabilityLen >= 0) && in HandleOnOutputDeviceChange() 185 (supportedDrmCapabilityLen <= maxSupportedDrmCapabilityLen), false, "supportedDrmCapabilityLen is illegal"); in HandleOnOutputDeviceChange() 186 for (int j = 0; j < supportedDrmCapabilityLen; j++) { in HandleOnOutputDeviceChange()
|
H A D | avsession_callback_stub.cpp | 197 int32_t supportedDrmCapabilityLen = 0; in HandleOnOutputDeviceChange() local 198 CHECK_AND_RETURN_RET_LOG(data.ReadInt32(supportedDrmCapabilityLen), false, in HandleOnOutputDeviceChange() 199 "read supportedDrmCapabilityLen failed"); in HandleOnOutputDeviceChange() 202 CHECK_AND_RETURN_RET_LOG((supportedDrmCapabilityLen >= 0) && in HandleOnOutputDeviceChange() 203 (supportedDrmCapabilityLen <= maxSupportedDrmCapabilityLen), false, "supportedDrmCapabilityLen is illegal"); in HandleOnOutputDeviceChange() 204 for (int j = 0; j < supportedDrmCapabilityLen; j++) { in HandleOnOutputDeviceChange()
|
H A D | avsession_service_stub.cpp | 739 int32_t supportedDrmCapabilityLen = 0; in CheckBeforeHandleStartCast() local 740 CHECK_AND_RETURN_RET_LOG(data.ReadInt32(supportedDrmCapabilityLen), false, in CheckBeforeHandleStartCast() 741 "read supportedDrmCapabilityLen failed"); in CheckBeforeHandleStartCast() 743 CHECK_AND_RETURN_RET_LOG((supportedDrmCapabilityLen >= 0) && in CheckBeforeHandleStartCast() 744 (supportedDrmCapabilityLen <= maxSupportedDrmCapabilityLen), false, "supportedDrmCapabilityLen is illegal"); in CheckBeforeHandleStartCast() 746 for (int i = 0; i < supportedDrmCapabilityLen; i++) { in CheckBeforeHandleStartCast()
|
Completed in 4 milliseconds