Searched defs:source (Results 101 - 125 of 673) sorted by relevance

1234567891011>>

/frameworks/av/drm/mediadrm/plugins/clearkey/
H A DSession.cpp65 const KeyId keyId, const Iv iv, const void* source,
80 reinterpret_cast<const uint8_t*>(source),
64 decrypt( const KeyId keyId, const Iv iv, const void* source, void* destination, const SubSample* subSamples, size_t numSubSamples, size_t* bytesDecryptedOut) argument
/frameworks/av/drm/mediadrm/plugins/clearkey/tests/
H A DAesCtrDecryptorUnittest.cpp33 status_t attemptDecrypt(const Key& key, const Iv& iv, const uint8_t* source, argument
40 return decryptor.decrypt(keyVector, iv, source, destination, subSamples,
/frameworks/av/include/media/stagefright/
H A DRemoteDataSource.h30 static sp<IDataSource> wrap(const sp<DataSource> &source) { argument
31 if (source.get() == nullptr) {
34 if (source->getIDataSource().get() != nullptr) {
35 return source->getIDataSource();
37 return new RemoteDataSource(source);
83 explicit RemoteDataSource(const sp<DataSource> &source) { argument
84 mSource = source;
/frameworks/av/media/libaudioclient/
H A DIAudioPolicyServiceClient.cpp84 audio_source_t source, const audio_config_base_t *clientConfig,
90 data.writeInt32(source);
127 audio_source_t source = (audio_source_t) data.readInt32(); local
133 onRecordingConfigurationUpdate(event, session, source, &clientConfig, &deviceConfig,
83 onRecordingConfigurationUpdate(int event, audio_session_t session, audio_source_t source, const audio_config_base_t *clientConfig, const audio_config_base_t *deviceConfig, audio_patch_handle_t patchHandle) argument
/frameworks/av/media/libmedia/
H A DIMediaExtractorService.cpp43 virtual sp<IMediaExtractor> makeExtractor(const sp<IDataSource> &source, const char *mime) { argument
46 data.writeStrongBinder(IInterface::asBinder(source));
88 ALOGE("Error reading source from parcel");
94 sp<IDataSource> source = interface_cast<IDataSource>(b); local
96 sp<IMediaExtractor> ex = makeExtractor(source, mime);
107 sp<IDataSource> source = makeIDataSource(fd, offset, length); local
108 reply->writeStrongBinder(IInterface::asBinder(source));
111 if (source.get() == nullptr && fd != -1) {
H A DOMXBuffer.cpp175 OMXBuffer& OMXBuffer::operator=(OMXBuffer&& source) { argument
176 mBufferType = std::move(source.mBufferType);
177 mRangeOffset = std::move(source.mRangeOffset);
178 mRangeLength = std::move(source.mRangeLength);
179 mMem = std::move(source.mMem);
180 mGraphicBuffer = std::move(source.mGraphicBuffer);
181 mNativeHandle = std::move(source.mNativeHandle);
182 mHidlMemory = std::move(source.mHidlMemory);
/frameworks/av/media/libstagefright/foundation/include/
H A DRemoteDataSource.h30 static sp<IDataSource> wrap(const sp<DataSource> &source) { argument
31 if (source.get() == nullptr) {
34 if (source->getIDataSource().get() != nullptr) {
35 return source->getIDataSource();
37 return new RemoteDataSource(source);
83 explicit RemoteDataSource(const sp<DataSource> &source) { argument
84 mSource = source;
/frameworks/av/media/libstagefright/include/
H A DRemoteDataSource.h30 static sp<IDataSource> wrap(const sp<DataSource> &source) { argument
31 if (source.get() == nullptr) {
34 if (source->getIDataSource().get() != nullptr) {
35 return source->getIDataSource();
37 return new RemoteDataSource(source);
83 explicit RemoteDataSource(const sp<DataSource> &source) { argument
84 mSource = source;
/frameworks/av/media/libstagefright/rtsp/
H A DAH263Assembler.cpp44 const sp<ARTPSource> &source) {
45 AssemblyStatus status = addPacket(source);
53 const sp<ARTPSource> &source) {
54 List<sp<ABuffer> > *queue = source->queue();
43 assembleMore( const sp<ARTPSource> &source) argument
52 addPacket( const sp<ARTPSource> &source) argument
H A DARTPAssembler.cpp32 void ARTPAssembler::onPacketReceived(const sp<ARTPSource> &source) { argument
35 status = assembleMore(source);
H A DARawAudioAssembler.cpp49 const sp<ARTPSource> &source) {
50 return addPacket(source);
54 const sp<ARTPSource> &source) {
55 List<sp<ABuffer> > *queue = source->queue();
48 assembleMore( const sp<ARTPSource> &source) argument
53 addPacket( const sp<ARTPSource> &source) argument
/frameworks/av/media/libstagefright/wifi-display/source/
H A DMediaPuller.cpp33 const sp<MediaSource> &source, const sp<AMessage> &notify)
34 : mSource(source),
39 sp<MetaData> meta = source->getFormat();
97 ALOGE("source failed to start w/ err %d", err);
32 MediaPuller( const sp<MediaSource> &source, const sp<AMessage> &notify) argument
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
H A DSessionRoute.h36 // source argument
42 audio_source_t source,
52 mSource(source)
103 // source argument.
108 audio_source_t source,
40 SessionRoute(audio_session_t session, audio_stream_type_t streamType, audio_source_t source, sp<DeviceDescriptor> deviceDescriptor, uid_t uid) argument
/frameworks/av/services/camera/libcameraservice/utils/
H A DTagMonitor.h60 void monitorMetadata(eventSource source, int64_t frameNumber,
84 * Copies the source metadata value array and frees it on destruct.
92 eventSource source; member in struct:android::TagMonitor::MonitorEvent
/frameworks/av/services/oboeservice/
H A DAAudioMixer.cpp76 void AAudioMixer::mixPart(float *destination, float *source, int32_t numFrames, float volume) { argument
80 *destination++ += *source++ * volume;
/frameworks/base/core/java/android/accounts/
H A DAuthenticatorDescription.java89 private AuthenticatorDescription(Parcel source) { argument
90 this.type = source.readString();
91 this.packageName = source.readString();
92 this.labelId = source.readInt();
93 this.iconId = source.readInt();
94 this.smallIconId = source.readInt();
95 this.accountPreferencesId = source.readInt();
96 this.customTokens = source.readByte() == 1;
136 public AuthenticatorDescription createFromParcel(Parcel source) {
137 return new AuthenticatorDescription(source);
[all...]
/frameworks/base/core/java/android/app/
H A DVr2dDisplayProperties.java89 public Vr2dDisplayProperties createFromParcel(Parcel source) {
90 return new Vr2dDisplayProperties(source);
99 private Vr2dDisplayProperties(Parcel source) { argument
100 mWidth = source.readInt();
101 mHeight = source.readInt();
102 mDpi = source.readInt();
/frameworks/base/core/java/android/content/
H A DSyncAdapterType.java224 public SyncAdapterType(Parcel source) { argument
226 source.readString(),
227 source.readString(),
228 source.readInt() != 0,
229 source.readInt() != 0,
230 source.readInt() != 0,
231 source.readInt() != 0,
232 source.readString(),
233 source.readString());
237 public SyncAdapterType createFromParcel(Parcel source) {
[all...]
/frameworks/base/core/java/android/content/om/
H A DOverlayInfo.java94 * Create a new OverlayInfo based on source with an updated state.
96 * @param source the source OverlayInfo to base the new instance on
97 * @param state the new state for the source OverlayInfo
99 public OverlayInfo(@NonNull OverlayInfo source, int state) { argument
100 this(source.packageName, source.targetPackageName, source.baseCodePath, state,
101 source.userId);
114 public OverlayInfo(Parcel source) { argument
[all...]
/frameworks/base/core/java/android/content/pm/
H A DConfigurationInfo.java118 public ConfigurationInfo createFromParcel(Parcel source) {
119 return new ConfigurationInfo(source);
126 private ConfigurationInfo(Parcel source) { argument
127 reqTouchScreen = source.readInt();
128 reqKeyboardType = source.readInt();
129 reqNavigation = source.readInt();
130 reqInputFeatures = source.readInt();
131 reqGlEsVersion = source.readInt();
H A DPackageStats.java142 public PackageStats(Parcel source) { argument
143 packageName = source.readString();
144 userHandle = source.readInt();
145 codeSize = source.readLong();
146 dataSize = source.readLong();
147 cacheSize = source.readLong();
148 externalCodeSize = source.readLong();
149 externalDataSize = source.readLong();
150 externalCacheSize = source.readLong();
151 externalMediaSize = source
[all...]
H A DServiceInfo.java119 public ServiceInfo createFromParcel(Parcel source) {
120 return new ServiceInfo(source);
127 private ServiceInfo(Parcel source) { argument
128 super(source);
129 permission = source.readString();
130 flags = source.readInt();
H A DVerifierDeviceIdentity.java64 private VerifierDeviceIdentity(Parcel source) { argument
65 final long identity = source.readLong();
232 public VerifierDeviceIdentity createFromParcel(Parcel source) {
233 return new VerifierDeviceIdentity(source);
/frameworks/base/core/java/android/hardware/camera2/utils/
H A DParamsUtils.java161 * Convert an integral rectangle ({@code source}) to a floating point rectangle
164 * @param source the originating integer rectangle will be read from here
169 public static void convertRectF(Rect source, RectF destination) { argument
170 checkNotNull(source, "source must not be null");
173 destination.left = source.left;
174 destination.right = source.right;
175 destination.bottom = source.bottom;
176 destination.top = source.top;
/frameworks/base/core/java/android/hardware/location/
H A DMemoryRegion.java122 public MemoryRegion(Parcel source) { argument
123 mSizeBytes = source.readInt();
124 mSizeBytesFree = source.readInt();
125 mIsReadable = source.readInt() != 0;
126 mIsWritable = source.readInt() != 0;
127 mIsExecutable = source.readInt() != 0;

Completed in 256 milliseconds

1234567891011>>