Home
last modified time | relevance | path

Searched refs:supportedDrmCapability (Results 1 - 7 of 7) sorted by relevance

/foundation/multimedia/av_session/frameworks/common/src/
H A Davsession_descriptor.cpp63 for (auto supportedDrmCapability : deviceInfo.supportedDrmCapabilities_) { in WriteToParcel()
64 CHECK_AND_RETURN_RET_LOG(out.WriteString(supportedDrmCapability), false, in WriteToParcel()
65 "write supportedDrmCapability failed"); in WriteToParcel()
108 std::string supportedDrmCapability; in CheckBeforReadFromParcel() local
109 CHECK_AND_RETURN_RET_LOG(in.ReadString(supportedDrmCapability), false, in CheckBeforReadFromParcel()
110 "read supportedDrmCapability failed"); in CheckBeforReadFromParcel()
111 supportedDrmCapabilities.emplace_back(supportedDrmCapability); in CheckBeforReadFromParcel()
162 for (auto supportedDrmCapability : supportedDrmCapabilities_) { in WriteToParcel()
163 CHECK_AND_RETURN_RET_LOG(out.WriteString(supportedDrmCapability), false, in WriteToParcel()
164 "write supportedDrmCapability faile in WriteToParcel()
193 std::string supportedDrmCapability; ReadFromParcel() local
262 std::string supportedDrmCapability; ReadFromParcel() local
[all...]
/foundation/multimedia/av_session/services/session/ipc/stub/
H A Davcontroller_callback_stub.cpp187 std::string supportedDrmCapability; in HandleOnOutputDeviceChange() local
188 CHECK_AND_RETURN_RET_LOG(data.ReadString(supportedDrmCapability), false, in HandleOnOutputDeviceChange()
189 "read supportedDrmCapability failed"); in HandleOnOutputDeviceChange()
190 supportedDrmCapabilities.emplace_back(supportedDrmCapability); in HandleOnOutputDeviceChange()
H A Davsession_callback_stub.cpp205 std::string supportedDrmCapability; in HandleOnOutputDeviceChange() local
206 CHECK_AND_RETURN_RET_LOG(data.ReadString(supportedDrmCapability), false, in HandleOnOutputDeviceChange()
207 "read supportedDrmCapability failed"); in HandleOnOutputDeviceChange()
208 supportedDrmCapabilities.emplace_back(supportedDrmCapability); in HandleOnOutputDeviceChange()
H A Davsession_service_stub.cpp747 std::string supportedDrmCapability; in CheckBeforeHandleStartCast() local
748 CHECK_AND_RETURN_RET_LOG(data.ReadString(supportedDrmCapability), false, in CheckBeforeHandleStartCast()
749 "read supportedDrmCapability failed"); in CheckBeforeHandleStartCast()
750 supportedDrmCapabilities.emplace_back(supportedDrmCapability); in CheckBeforeHandleStartCast()
/foundation/multimedia/av_session/services/session/ipc/proxy/
H A Davcontroller_callback_proxy.cpp228 for (auto supportedDrmCapability : deviceInfo.supportedDrmCapabilities_) { in OnOutputDeviceChange()
229 CHECK_AND_RETURN_LOG(parcel.WriteString(supportedDrmCapability), in OnOutputDeviceChange()
230 "write supportedDrmCapability failed"); in OnOutputDeviceChange()
H A Davsession_callback_proxy.cpp252 for (auto supportedDrmCapability : deviceInfo.supportedDrmCapabilities_) { in OnOutputDeviceChange()
253 CHECK_AND_RETURN_LOG(data.WriteString(supportedDrmCapability), in OnOutputDeviceChange()
254 "write supportedDrmCapability failed"); in OnOutputDeviceChange()
H A Davsession_service_proxy.cpp689 for (auto supportedDrmCapability : deviceInfo.supportedDrmCapabilities_) { in StartCast()
690 CHECK_AND_RETURN_RET_LOG(data.WriteString(supportedDrmCapability), ERR_MARSHALLING, in StartCast()
691 "write supportedDrmCapability failed"); in StartCast()

Completed in 7 milliseconds