Searched defs:source (Results 76 - 100 of 325) sorted by relevance

1234567891011>>

/frameworks/base/core/java/com/android/internal/os/
H A DPkgUsageStats.java60 public PkgUsageStats(Parcel source) { argument
61 packageName = source.readString();
62 launchCount = source.readInt();
63 usageTime = source.readLong();
64 final int N = source.readInt();
67 String component = source.readString();
68 long lastResumeTime = source.readLong();
/frameworks/base/location/java/android/location/
H A DCountry.java64 * Time that this object was created (which we assume to be the time that the source was
71 * @param source where the countryIso came from, could be one of below
81 public Country(final String countryIso, final int source) { argument
82 if (countryIso == null || source < COUNTRY_SOURCE_NETWORK
83 || source > COUNTRY_SOURCE_LOCALE) {
87 mSource = source;
91 private Country(final String countryIso, final int source, long timestamp) { argument
92 if (countryIso == null || source < COUNTRY_SOURCE_NETWORK
93 || source > COUNTRY_SOURCE_LOCALE) {
97 mSource = source;
[all...]
/frameworks/base/services/java/com/android/server/location/
H A DLocationProviderInterface.java39 public void setRequest(ProviderRequest request, WorkSource source); argument
/frameworks/base/wifi/java/android/net/wifi/p2p/
H A DWifiP2pDeviceList.java44 public WifiP2pDeviceList(WifiP2pDeviceList source) { argument
45 if (source != null) {
46 for (WifiP2pDevice d : source.getDeviceList()) {
/frameworks/compile/libbcc/lib/AndroidBitcode/
H A DABCCompilerDriver.cpp135 Source *source = Source::CreateFromFd(mContext, pInputFd); local
136 if (source == NULL) {
141 Script *script = new (std::nothrow) Script(*source);
145 delete source;
195 const Source &source = pScript.getSource(); local
196 for (llvm::Module::lib_iterator lib_iter = source.getModule().lib_begin(),
197 lib_end = source.getModule().lib_end(); lib_iter != lib_end;
/frameworks/native/opengl/tests/gl2_java/src/com/android/gl2java/
H A DGL2JavaView.java95 private int loadShader(int shaderType, String source) { argument
98 GLES20.glShaderSource(shader, source);
/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
35 _exceptionMessage = "source == null";
47 source = source_base + sourceOffset;
53 (char *)source
70 /* void glGetShaderSource ( GLuint shader, GLsizei bufsize, GLsizei *length, char *source ) */
73 (JNIEnv *_env, jobject _this, jint shader, jint bufsize, jobject length_buf, jbyte source) {
88 (char *)source
95 /* void glGetShaderSource ( GLuint shader, GLsizei bufsize, GLsizei *length, char *source ) */
72 android_glGetShaderSource__IILjava_nio_IntBuffer_2B(JNIEnv *_env, jobject _this, jint shader, jint bufsize, jobject length_buf, jbyte source) argument
/frameworks/wilhelm/src/android/
H A DAacBqToPcmCbRenderer.cpp151 sp<MediaSource> source = extractor->getTrack(kTrackToDecode); local
152 if (source == 0) {
153 SL_LOGE("AacBqToPcmCbRenderer::onPrepare: error getting source from extractor");
163 source = OMXCodec::Create(
165 source);
167 if (source == NULL) {
173 meta = source->getFormat();
177 if (source->start() != OK) {
178 SL_LOGE("AacBqToPcmCbRenderer::onPrepare() Failed to start source/decoder.");
207 // The data source, an
[all...]
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DInputPort.java31 public void setSourcePort(OutputPort source) { argument
35 mSourcePort = source;
/frameworks/base/packages/FusedLocation/src/com/android/location/fused/
H A DFusedLocationProvider.java52 public WorkSource source; field in class:FusedLocationProvider.RequestWrapper
53 public RequestWrapper(ProviderRequestUnbundled request, WorkSource source) { argument
55 this.source = source;
81 mEngine.setRequest(wrapper.request, wrapper.source);
99 public void onSetRequest(ProviderRequestUnbundled request, WorkSource source) { argument
100 mHandler.obtainMessage(MSG_SET_REQUEST, new RequestWrapper(request, source)).sendToTarget();
/frameworks/av/libvideoeditor/lvpp/
H A DVideoEditorSRC.cpp32 VideoEditorSRC::VideoEditorSRC(const sp<MediaSource> &source) { argument
33 ALOGV("VideoEditorSRC %p(%p)", this, source.get());
35 mSource = source;
230 ALOGV("getNextBuffer: source read returned INFO_FORMAT_CHANGED");
/frameworks/av/media/libmedia/
H A DMediaScannerClient.cpp173 const char* source = mValues->getEntry(i); local
182 &source, (const char *)dest, NULL, NULL, NULL, NULL, TRUE, TRUE, &status);
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DHTTPLiveSource.cpp88 sp<AnotherPacketSource> source = local
91 if (source == NULL) {
95 return source->getFormat();
103 sp<LiveDataSource> source = local
108 ssize_t n = source->readAtNonBlocking(mOffset, buffer, sizeof(buffer));
153 sp<AnotherPacketSource> source = local
156 if (source == NULL) {
161 if (!source->hasBufferAvailable(&finalResult)) {
165 return source->dequeueAccessUnit(accessUnit);
/frameworks/av/media/libstagefright/
H A DAMRWriter.cpp68 status_t AMRWriter::addSource(const sp<MediaSource> &source) { argument
78 sp<MetaData> meta = source->getFormat();
97 mSource = source;
H A DDataSource.cpp138 sp<DataSource> source; local
140 source = new FileSource(uri + 7);
167 source = new NuCachedSource2(
173 source = httpSource;
178 source = createDataUriSource(uri);
182 source = new FileSource(uri);
185 if (source == NULL || source->initCheck() != OK) {
189 return source;
H A DVBRISeeker.cpp38 const sp<DataSource> &source, off64_t post_id3_pos) {
42 ssize_t n = source->readAt(pos, header, sizeof(header));
58 n = source->readAt(pos, vbriHeader, sizeof(vbriHeader));
86 n = source->readAt(pos + sizeof(vbriHeader), buffer, totalEntrySize);
37 CreateFromSource( const sp<DataSource> &source, off64_t post_id3_pos) argument
H A DWVMExtractor.cpp47 WVMExtractor::WVMExtractor(const sp<DataSource> &source) argument
48 : mDataSource(source)
62 if (source->DrmInitialization(
64 mImpl = (*getInstanceFunc)(source);
166 const sp<DataSource> &source, String8 *mimeType, float *confidence,
181 if ((*snifferFunc)(source)) {
165 SniffWVM( const sp<DataSource> &source, String8 *mimeType, float *confidence, sp<AMessage> *) 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/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();
353 const sp<ARTPSource> &source) {
354 AssemblyStatus status = addNALUnit(source);
46 addNALUnit( const sp<ARTPSource> &source) argument
352 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/timedtext/
H A DTimedTextDriver.cpp64 sp<TimedTextSource> source; local
65 source = mTextSourceVector.valueFor(index);
66 mPlayer->setDataSource(source);
189 sp<TimedTextSource> source = local
191 if (source == NULL) {
195 mTextSourceVector.add(trackIndex, source);
235 sp<TimedTextSource> source; local
237 source = TimedTextSource::CreateTimedTextSource(
241 if (source == NULL) {
242 ALOGE("Failed to create timed text source");
[all...]
H A DTimedTextPlayer.cpp75 void TimedTextPlayer::setDataSource(sp<TimedTextSource> source) { argument
77 msg->setObject("source", source);
188 msg->findObject("source", &obj);
194 // null source means deselect track.
/frameworks/base/core/java/android/app/
H A DWallpaperInfo.java145 WallpaperInfo(Parcel source) { argument
146 mSettingsActivityName = source.readString();
147 mThumbnailResource = source.readInt();
148 mAuthorResource = source.readInt();
149 mDescriptionResource = source.readInt();
150 mService = ResolveInfo.CREATOR.createFromParcel(source);
297 public WallpaperInfo createFromParcel(Parcel source) {
298 return new WallpaperInfo(source);
/frameworks/base/core/java/android/content/
H A DSyncOperation.java42 public SyncOperation(Account account, int userId, int source, String authority, Bundle extras, argument
46 this.syncSource = source;

Completed in 168 milliseconds

1234567891011>>