Searched refs:dstType (Results 1 - 6 of 6) sorted by relevance

/frameworks/av/services/audiopolicy/utilities/convert/
H A Dconvert.h47 * @tparam dstType destination type
53 template <typename srcType, typename dstType>
54 static inline bool convertTo(const srcType &input, dstType &result);
160 template <typename srcType, typename dstType>
163 template <typename dstType>
164 class Converter<std::string, dstType>
167 static inline bool run(const std::string &str, dstType &result)
169 return fromString<dstType>(str, result);
213 template <typename srcType, typename dstType>
214 static inline bool convertTo(const srcType &input, dstType
[all...]
/frameworks/base/tools/aapt2/link/
H A DTableMerger.cpp142 ResourceTableType* dstType = mMasterPackage->findOrCreateType(srcType->type); local
144 if (dstType->symbolStatus.state == SymbolState::kPublic && dstType->id && srcType->id
145 && dstType->id.value() == srcType->id.value()) {
155 dstType->symbolStatus = std::move(srcType->symbolStatus);
156 dstType->id = srcType->id;
165 dstEntry = dstType->findOrCreateEntry(mangledName);
167 dstEntry = dstType->findEntry(mangledName);
171 dstEntry = dstType->findOrCreateEntry(srcEntry->name);
173 dstEntry = dstType
[all...]
/frameworks/av/media/libmedia/
H A DICrypto.cpp98 DestinationType dstType,
108 data.writeInt32((int32_t)dstType);
139 if (dstType == kDestinationTypeNativeHandle) {
141 } else if (dstType == kDestinationTypeOpaqueHandle) {
144 dstType = kDestinationTypeVmPointer;
155 if (dstType == kDestinationTypeVmPointer && result >= 0) {
283 DestinationType dstType = (DestinationType)data.readInt32(); local
315 if (dstType == kDestinationTypeNativeHandle) {
318 } else if (dstType == kDestinationTypeOpaqueHandle) {
322 dstType
97 decrypt( DestinationType dstType, const uint8_t key[16], const uint8_t iv[16], CryptoPlugin::Mode mode, const CryptoPlugin::Pattern &pattern, const sp<IMemory> &sharedBuffer, size_t offset, const CryptoPlugin::SubSample *subSamples, size_t numSubSamples, void *dstPtr, AString *errorDetailMsg) argument
[all...]
/frameworks/av/include/media/
H A DCrypto.h53 DestinationType dstType,
H A DICrypto.h56 DestinationType dstType,
/frameworks/av/drm/libmediadrm/
H A DCrypto.cpp237 DestinationType dstType,
259 dstType != kDestinationTypeVmPointer,
236 decrypt( DestinationType dstType, const uint8_t key[16], const uint8_t iv[16], CryptoPlugin::Mode mode, const CryptoPlugin::Pattern &pattern, const sp<IMemory> &sharedBuffer, size_t offset, const CryptoPlugin::SubSample *subSamples, size_t numSubSamples, void *dstPtr, AString *errorDetailMsg) argument

Completed in 235 milliseconds