Searched defs:source (Results 176 - 200 of 673) sorted by relevance

1234567891011>>

/frameworks/native/opengl/tools/glgen/stubs/gles11/
H A DglGetShaderSource.cpp1 /* void glGetShaderSource ( GLuint shader, GLsizei bufsize, GLsizei *length, char *source ) */
13 char *source = (char *) 0; local
31 _exceptionMessage = "source == null";
43 source = source_base + sourceOffset;
49 (char *)source
66 /* void glGetShaderSource ( GLuint shader, GLsizei bufsize, GLsizei *length, char *source ) */
69 (JNIEnv *_env, jobject _this, jint shader, jint bufsize, jobject length_buf, jbyte source) {
84 reinterpret_cast<char *>(source)
91 /* void glGetShaderSource ( GLuint shader, GLsizei bufsize, GLsizei *length, char *source ) */
68 android_glGetShaderSource__IILjava_nio_IntBuffer_2B(JNIEnv *_env, jobject _this, jint shader, jint bufsize, jobject length_buf, jbyte source) argument
/frameworks/native/services/surfaceflinger/RenderEngine/
H A DProgram.cpp97 GLuint Program::buildShader(const char* source, GLenum type) { argument
99 glShaderSource(shader, 1, &source, 0);
108 ALOGE("Error while compiling shader: \n%s\n%s", source, log);
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/wificond/
H A DNativeScanResult.java45 public NativeScanResult(NativeScanResult source) { argument
46 ssid = source.ssid.clone();
47 bssid = source.bssid.clone();
48 infoElement = source.infoElement.clone();
49 frequency = source.frequency;
50 signalMbm = source.signalMbm;
51 tsf = source.tsf;
52 capability = (BitSet) source.capability.clone();
53 associated = source.associated;
/frameworks/support/emoji/core/src/android/support/text/emoji/widget/
H A DEmojiInputFilter.java53 public CharSequence filter(final CharSequence source, final int sourceStart, argument
56 return source;
65 if (source == oldText) {
70 if (process && source != null) {
72 if (sourceStart == 0 && sourceEnd == source.length()) {
73 text = source;
75 text = source.subSequence(sourceStart, sourceEnd);
80 return source;
83 return source;
85 return source;
[all...]
/frameworks/wilhelm/src/android/
H A DAacBqToPcmCbRenderer.cpp154 sp<IMediaSource> source = extractor->getTrack(kTrackToDecode); local
155 if (source == 0) {
156 SL_LOGE("AacBqToPcmCbRenderer::onPrepare: error getting source from extractor");
162 source = SimpleDecodingSource::Create(source);
164 if (source == NULL) {
170 sp<MetaData> meta = source->getFormat();
174 if (source->start() != OK) {
175 SL_LOGE("AacBqToPcmCbRenderer::onPrepare() Failed to start source/decoder.");
204 // The data source, an
[all...]
/frameworks/av/media/libaaudio/src/client/
H A DAudioStreamInternalPlay.cpp117 uint8_t *source = (uint8_t *) buffer; local
144 (const float *) source,
153 (const float *) source,
161 (const float *) source,
171 (const int16_t *) source,
179 (const int16_t *) source,
186 (const int16_t *) source,
194 source += numBytes;
/frameworks/av/media/libaaudio/src/fifo/
H A DFifoBuffer.cpp89 uint8_t *source = &mStorage[convertFramesToBytes(startIndex)]; local
92 wrappingBuffer->data[0] = source;
98 wrappingBuffer->data[0] = source;
153 uint8_t *source = (uint8_t *) buffer; local
168 memcpy(wrappingBuffer.data[partIndex], source, numBytes);
170 source += numBytes;
/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerFactory.cpp116 const sp<IStreamSource> &source) {
117 GET_PLAYER_TYPE_IMPL(client, source);
121 const sp<DataSource> &source) {
122 GET_PLAYER_TYPE_IMPL(client, source);
206 const sp<IStreamSource>& /*source*/,
212 const sp<DataSource>& /*source*/,
214 // Only NuPlayer supports setting a DataSource source directly.
115 getPlayerType(const sp<IMediaPlayer>& client, const sp<IStreamSource> &source) argument
120 getPlayerType(const sp<IMediaPlayer>& client, const sp<DataSource> &source) argument
H A DMetadataRetrieverClient.cpp178 const sp<IDataSource>& source)
183 sp<DataSource> dataSource = DataSource::CreateFromIDataSource(source);
177 setDataSource( const sp<IDataSource>& source) argument
/frameworks/av/media/libstagefright/
H A DAMRWriter.cpp57 status_t AMRWriter::addSource(const sp<IMediaSource> &source) { argument
67 sp<MetaData> meta = source->getFormat();
86 mSource = source;
H A DCallbackDataSource.cpp120 TinyCacheSource::TinyCacheSource(const sp<DataSource>& source) argument
121 : mSource(source), mCachedOffset(0), mCachedSize(0) {
H A DDataSource.cpp118 sp<DataSource> source; local
120 source = new FileSource(uri + 7);
148 ALOGE("Failed to connect http source!");
156 source = NuCachedSource2::Create(
161 source = DataURISource::Create(uri);
164 source = new FileSource(uri);
167 if (source == NULL || source->initCheck() != OK) {
171 return source;
175 sp<FileSource> source local
192 CreateFromIDataSource(const sp<IDataSource> &source) argument
[all...]
H A DVBRISeeker.cpp41 const sp<DataSource> &source, off64_t post_id3_pos) {
45 ssize_t n = source->readAt(pos, header, sizeof(header));
61 n = source->readAt(pos, vbriHeader, sizeof(vbriHeader));
104 n = source->readAt(pos + sizeof(vbriHeader), buffer, totalEntrySize);
40 CreateFromSource( const sp<DataSource> &source, off64_t post_id3_pos) argument
H A DXINGSeeker.cpp80 const sp<DataSource> &source, off64_t first_frame_pos) {
87 if (source->readAt(offset, &buffer, 4) < 4) { // get header
116 if (source->readAt(offset, &buffer, 4) < 4) { // XING header ID
129 if (source->readAt(offset, &buffer, 4) < 4) { // flags
136 if (source->readAt(offset, buffer, 4) < 4) {
150 if (source->readAt(offset, buffer, 4) < 4) {
157 if (source->readAt(offset + 1, seeker->mTOC, 99) < 99) {
166 if (source->readAt(offset, buffer, 4) < 4) {
173 if (source->readAt(xingbase + 0xaf - 0x24, &buffer, 1) < 1) { // encoding flags
182 if (source
79 CreateFromSource( const sp<DataSource> &source, off64_t first_frame_pos) argument
[all...]
/frameworks/av/media/libstagefright/omx/
H A DBWGraphicBufferSource.cpp62 BWOMXBufferSource(const sp<GraphicBufferSource> &source): mSource(source) { argument
/frameworks/av/media/libstagefright/rtsp/
H A DAAMRAssembler.cpp77 const sp<ARTPSource> &source) {
78 return addPacket(source);
102 const sp<ARTPSource> &source) {
103 List<sp<ABuffer> > *queue = source->queue();
76 assembleMore( const sp<ARTPSource> &source) argument
101 addPacket( const sp<ARTPSource> &source) argument
H A DAAVCAssembler.cpp47 const sp<ARTPSource> &source) {
48 List<sp<ABuffer> > *queue = source->queue();
360 const sp<ARTPSource> &source) {
361 AssemblyStatus status = addNALUnit(source);
46 addNALUnit( const sp<ARTPSource> &source) argument
359 assembleMore( const sp<ARTPSource> &source) argument
H A DARTPSession.cpp71 sp<APacketSource> source = new APacketSource(mDesc, i); local
72 if (source->initCheck() != OK) {
91 info->mPacketSource = source;
/frameworks/av/media/libstagefright/wifi-display/source/
H A DRepeaterSource.cpp15 RepeaterSource::RepeaterSource(const sp<MediaSource> &source, double rateHz) argument
17 mSource(source),
/frameworks/base/core/java/android/app/
H A DAutomaticZenRule.java70 public AutomaticZenRule(Parcel source) { argument
71 enabled = source.readInt() == 1;
72 if (source.readInt() == 1) {
73 name = source.readString();
75 interruptionFilter = source.readInt();
76 conditionId = source.readParcelable(null);
77 owner = source.readParcelable(null);
78 creationTime = source.readLong();
205 public AutomaticZenRule createFromParcel(Parcel source) {
206 return new AutomaticZenRule(source);
[all...]
H A DWallpaperInfo.java165 WallpaperInfo(Parcel source) { argument
166 mSettingsActivityName = source.readString();
167 mThumbnailResource = source.readInt();
168 mAuthorResource = source.readInt();
169 mDescriptionResource = source.readInt();
170 mContextUriResource = source.readInt();
171 mContextDescriptionResource = source.readInt();
172 mShowMetadataInPreview = source.readInt() != 0;
173 mService = ResolveInfo.CREATOR.createFromParcel(source);
376 public WallpaperInfo createFromParcel(Parcel source) {
[all...]
/frameworks/base/core/java/android/content/pm/
H A DComponentInfo.java215 protected ComponentInfo(Parcel source) { argument
216 super(source);
217 final boolean hasApplicationInfo = (source.readInt() != 0);
219 applicationInfo = ApplicationInfo.CREATOR.createFromParcel(source);
221 processName = source.readString();
222 splitName = source.readString();
223 descriptionRes = source.readInt();
224 enabled = (source.readInt() != 0);
225 exported = (source.readInt() != 0);
226 encryptionAware = directBootAware = (source
[all...]
H A DInstrumentationInfo.java171 public InstrumentationInfo createFromParcel(Parcel source) {
172 return new InstrumentationInfo(source);
180 private InstrumentationInfo(Parcel source) { argument
181 super(source);
182 targetPackage = source.readString();
183 targetProcesses = source.readString();
184 sourceDir = source.readString();
185 publicSourceDir = source.readString();
186 splitNames = source.readStringArray();
187 splitSourceDirs = source
[all...]
H A DIntentFilterVerificationInfo.java81 public IntentFilterVerificationInfo(Parcel source) { argument
82 readFromParcel(source);
234 private void readFromParcel(Parcel source) { argument
235 mPackageName = source.readString();
236 mMainStatus = source.readInt();
238 source.readStringList(list);
251 public IntentFilterVerificationInfo createFromParcel(Parcel source) {
252 return new IntentFilterVerificationInfo(source);
H A DSignature.java235 public Signature createFromParcel(Parcel source) {
236 return new Signature(source);
244 private Signature(Parcel source) { argument
245 mSignature = source.createByteArray();

Completed in 2075 milliseconds

1234567891011>>