Home
last modified time | relevance | path

Searched refs:codecData (Results 1 - 5 of 5) sorted by relevance

/foundation/communication/bluetooth/frameworks/inner/ipc/parcel/
H A Dbluetooth_socket_coc.cpp53 BluetoothSocketCocInfo *codecData = new BluetoothSocketCocInfo(); in Unmarshalling() local
54 if (codecData != nullptr && !codecData->ReadFromParcel(parcel)) { in Unmarshalling()
55 delete codecData; in Unmarshalling()
56 codecData = nullptr; in Unmarshalling()
58 return codecData; in Unmarshalling()
H A Dbluetooth_a2dp_a2dpCodecStatus.cpp58 BluetoothA2dpCodecStatus *codecData = new BluetoothA2dpCodecStatus(); in Unmarshalling() local
59 if (codecData != nullptr && !codecData->ReadFromParcel(parcel)) { in Unmarshalling()
60 delete codecData; in Unmarshalling()
61 codecData = nullptr; in Unmarshalling()
63 return codecData; in Unmarshalling()
H A Dbluetooth_a2dp_a2dpCodecInfo.cpp60 BluetoothA2dpCodecInfo *codecData = new BluetoothA2dpCodecInfo(); in Unmarshalling() local
61 if (codecData != nullptr && !codecData->ReadFromParcel(parcel)) { in Unmarshalling()
62 delete codecData; in Unmarshalling()
63 codecData = nullptr; in Unmarshalling()
65 return codecData; in Unmarshalling()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_profile_peer.cpp154 CodecInfo codecData = {}; in RegisterSEPConfigureInfo() local
157 (void)memset_s(&codecData, sizeof(CodecInfo), 0, sizeof(CodecInfo)); in RegisterSEPConfigureInfo()
185 codecData.codecIndex = static_cast<A2dpCodecIndex>(i); in RegisterSEPConfigureInfo()
186 (void)memcpy_s(codecData.codecInfo, A2DP_CODEC_SIZE, cfg.cfg.codecInfo, A2DP_CODEC_SIZE); in RegisterSEPConfigureInfo()
187 streamCtrl_[i - 1].SetCodecInfo(codecData); in RegisterSEPConfigureInfo()
216 codecData.codecIndex = static_cast<A2dpCodecIndex>(i + A2DP_SINK_CODEC_INDEX_MIN); in RegisterSEPConfigureInfo()
217 (void)memcpy_s(codecData.codecInfo, A2DP_CODEC_SIZE, cfg.cfg.codecInfo, A2DP_CODEC_SIZE); in RegisterSEPConfigureInfo()
218 streamCtrl_[i].SetCodecInfo(codecData); in RegisterSEPConfigureInfo()
/foundation/multimedia/player_framework/services/services/recorder/ipc/
H A Drecorder_service_proxy.cpp841 EncoderCapabilityData codecData; in GetAvailableEncoder() local
842 codecData.Unmarshalling(reply); in GetAvailableEncoder()
843 encoderInfo.push_back(codecData); in GetAvailableEncoder()

Completed in 5 milliseconds