Home
last modified time | relevance | path

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

/foundation/multimedia/av_session/frameworks/common/src/
H A Davsession_descriptor.cpp100 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 Davcontroller_callback_stub.cpp179 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 Davsession_callback_stub.cpp197 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 Davsession_service_stub.cpp739 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