Searched defs:provider (Results 1 - 25 of 68) sorted by path

123

/frameworks/av/media/libnbaio/
H A DAudioBufferProviderSource.cpp26 AudioBufferProviderSource::AudioBufferProviderSource(AudioBufferProvider *provider, argument
28 NBAIO_Source(format), mProvider(provider), mConsumed(0)
30 ALOG_ASSERT(provider != NULL);
/frameworks/av/services/audioflinger/
H A DAudioResamplerCubic.cpp36 AudioBufferProvider* provider) {
44 resampleMono16(out, outFrameCount, provider);
47 resampleStereo16(out, outFrameCount, provider);
53 AudioBufferProvider* provider) {
68 provider->getNextBuffer(&mBuffer, mPTS);
96 provider->releaseBuffer(&mBuffer);
98 provider->getNextBuffer(&mBuffer,
119 AudioBufferProvider* provider) {
134 provider->getNextBuffer(&mBuffer, mPTS);
162 provider
35 resample(int32_t* out, size_t outFrameCount, AudioBufferProvider* provider) argument
52 resampleStereo16(int32_t* out, size_t outFrameCount, AudioBufferProvider* provider) argument
118 resampleMono16(int32_t* out, size_t outFrameCount, AudioBufferProvider* provider) argument
[all...]
H A DAudioResamplerSinc.cpp249 AudioBufferProvider* provider)
267 resample<1>(out, outFrameCount, provider);
270 resample<2>(out, outFrameCount, provider);
279 AudioBufferProvider* provider)
295 provider->getNextBuffer(&mBuffer,
310 provider->releaseBuffer(&mBuffer);
356 provider->releaseBuffer(&mBuffer);
248 resample(int32_t* out, size_t outFrameCount, AudioBufferProvider* provider) argument
278 resample(int32_t* out, size_t outFrameCount, AudioBufferProvider* provider) argument
/frameworks/base/cmds/content/src/com/android/commands/content/
H A DContent.java33 * can insert, update, and remove records in a content provider. For example,
69 + " <URI> a content provider URI.\n"
170 throw new IllegalArgumentException("Content provider URI not specified."
196 throw new IllegalArgumentException("Content provider URI not specified."
221 throw new IllegalArgumentException("Content provider URI not specified."
253 throw new IllegalArgumentException("Content provider URI not specified."
327 IContentProvider provider = null;
333 throw new IllegalStateException("Could not find provider: " + providerName);
335 provider = holder.provider;
348 onExecute(IContentProvider provider) argument
360 onExecute(IContentProvider provider) argument
374 onExecute(IContentProvider provider) argument
391 onExecute(IContentProvider provider) argument
453 onExecute(IContentProvider provider) argument
[all...]
/frameworks/base/cmds/settings/src/com/android/commands/settings/
H A DSettingsCmd.java28 import android.provider.Settings;
122 IContentProvider provider = null;
128 throw new IllegalStateException("Could not find settings provider");
130 provider = holder.provider;
134 System.out.println(getForUser(provider, mUser, mTable, mKey));
137 putForUser(provider, mUser, mTable, mKey, mValue);
145 if (provider != null) {
150 System.err.println("Error while accessing settings provider");
168 String getForUser(IContentProvider provider, in argument
193 putForUser(IContentProvider provider, int userHandle, final String table, final String key, final String value) argument
[all...]
/frameworks/base/core/java/android/app/
H A DActivityThread.java96 import org.apache.harmony.xnet.provider.jsse.OpenSSLSocketImpl;
333 ProviderClientRecord(String[] names, IContentProvider provider, argument
337 mProvider = provider;
1106 public void unstableProviderDied(IBinder provider) { argument
1107 queueOrSendMessage(H.UNSTABLE_PROVIDER_DIED, provider);
4357 // Allow disk access during application and provider setup. This could
4447 final IContentProvider provider = acquireExistingProvider(c, auth, userId, stable);
4448 if (provider != null) {
4449 return provider;
4453 // the same provider a
4572 releaseProvider(IContentProvider provider, boolean stable) argument
4700 handleUnstableProviderDied(IBinder provider, boolean fromClient) argument
4706 handleUnstableProviderDiedLocked(IBinder provider, boolean fromClient) argument
4737 installProviderAuthoritiesLocked(IContentProvider provider, ContentProvider localProvider, IActivityManager.ContentProviderHolder holder) argument
[all...]
H A DApplicationThreadNative.java585 IBinder provider = data.readStrongBinder();
586 unstableProviderDied(provider);
1181 public void unstableProviderDied(IBinder provider) throws RemoteException { argument
1184 data.writeStrongBinder(provider);
H A DContextImpl.java1996 public boolean releaseProvider(IContentProvider provider) { argument
1997 return mMainThread.releaseProvider(provider, true);
H A DIActivityManager.java377 public IContentProvider provider; field in class:IActivityManager.ContentProviderHolder
391 if (provider != null) {
392 dest.writeStrongBinder(provider.asBinder());
413 provider = ContentProviderNative.asInterface(
H A DIApplicationThread.java132 void unstableProviderDied(IBinder provider) throws RemoteException; argument
/frameworks/base/core/java/android/appwidget/
H A DAppWidgetManager.java57 * <td>A newly allocated appWidgetId, which will be bound to the AppWidget provider
97 * <td>A newly allocated appWidgetId, which will be bound to the AppWidget provider
102 * <td>The BroadcastReceiver that will be the AppWidget provider for this AppWidget.
131 * This action is not sent as a broadcast to the AppWidget provider, but as a startActivity
202 * An intent extra that contains the component name of a AppWidget provider.
248 * <p>This may be sent in response to a new instance for this AppWidget provider having
258 * provider, or just a subset. The system tries to send updates for as few AppWidget
293 * an instance for this provider.
304 public static final String META_DATA_APPWIDGET_PROVIDER = "android.appwidget.provider";
353 * This method will only work when called from the uid that owns the AppWidget provider
507 updateAppWidget(ComponentName provider, RemoteViews views) argument
606 bindAppWidgetId(int appWidgetId, ComponentName provider) argument
630 bindAppWidgetId(int appWidgetId, ComponentName provider, Bundle options) argument
652 bindAppWidgetIdIfAllowed(int appWidgetId, ComponentName provider) argument
681 bindAppWidgetIdIfAllowed(int appWidgetId, ComponentName provider, Bundle options) argument
779 getAppWidgetIds(ComponentName provider) argument
[all...]
H A DAppWidgetProviderInfo.java24 * Describes the meta data for an installed AppWidget provider. The fields in this class
25 * correspond to the fields in the <code>&lt;appwidget-provider&gt;</code> xml tag.
64 public ComponentName provider; field in class:AppWidgetProviderInfo
138 * the AppWidget provider.
191 * widget provider's update method.
206 this.provider = new ComponentName(in);
227 if (this.provider != null) {
229 this.provider.writeToParcel(out, flags);
257 that.provider = this.provider
[all...]
/frameworks/base/core/java/android/content/
H A DAbstractThreadedSyncAdapter.java70 * with an authority whenever that authority's content provider does a
217 * the provider for this sync before calling onPerformSync and releases it afterwards. Cancel
247 ContentProviderClient provider = null;
252 provider = mContext.getContentResolver().acquireContentProviderClient(mAuthority);
253 if (provider != null) {
255 mAuthority, provider, syncResult);
262 if (provider != null) {
263 provider.release();
296 * @param provider a ContentProviderClient that points to the ContentProvider for this
301 String authority, ContentProviderClient provider, SyncResul
300 onPerformSync(Account account, Bundle extras, String authority, ContentProviderClient provider, SyncResult syncResult) argument
[all...]
H A DContentProviderOperation.java194 * Applies this operation using the given provider. The backRefs array is used to resolve any
198 * @param provider the {@link ContentProvider} on which this batch is applied
207 public ContentProviderResult apply(ContentProvider provider, ContentProviderResult[] backRefs, argument
214 Uri newUri = provider.insert(mUri, values);
223 numRows = provider.delete(mUri, mSelection, selectionArgs);
225 numRows = provider.update(mUri, values, mSelection, selectionArgs);
237 final Cursor cursor = provider.query(mUri, projection, mSelection, selectionArgs, null);
/frameworks/base/core/java/android/provider/
H A DAlarmClock.java17 package android.provider;
23 * The AlarmClock provider contains an Intent action and extras that can be used
H A DApplications.java17 package android.provider;
27 * The Applications provider gives information about installed applications.
34 * The content authority for this provider.
39 * The content:// style URL for this provider
H A DBaseColumns.java17 package android.provider;
H A DBrowser.java17 package android.provider;
28 import android.provider.BrowserContract.Bookmarks;
29 import android.provider.BrowserContract.Combined;
30 import android.provider.BrowserContract.History;
31 import android.provider.BrowserContract.Searches;
397 // TODO make a single request to the provider to do this in a single transaction
536 // The content provider will take care of updating existing searches instead of duplicating
H A DBrowserContract.java17 package android.provider;
34 * The contract between the browser provider and applications. Contains the definition
45 /** The authority for the browser provider */
48 /** A content:// style uri to the authority for the browser provider */
522 * @see android.provider.SyncStateContract.Helpers#get
524 public static byte[] get(ContentProviderClient provider, Account account) argument
526 return SyncStateContract.Helpers.get(provider, CONTENT_URI, account);
530 * @see android.provider.SyncStateContract.Helpers#get
532 public static Pair<Uri, byte[]> getWithUri(ContentProviderClient provider, Account account) argument
534 return SyncStateContract.Helpers.getWithUri(provider, CONTENT_UR
540 set(ContentProviderClient provider, Account account, byte[] data) argument
[all...]
H A DCalendarContract.java17 package android.provider;
44 * The contract between the calendar provider and applications. Contains
77 * sync adapter. The provider takes no action with items in this table except to
113 * <action android:name="android.provider.calendar.action.HANDLE_CUSTOM_EVENT" />
130 "android.provider.calendar.action.HANDLE_CUSTOM_EVENT";
158 * provider. Note: This is set at first run and cannot be changed without
159 * breaking apps that access the provider.
172 * and when the provider calls
343 * not use a key for looking up the color. The provider will update
473 * provider wil
1295 newEntityIterator(Cursor cursor, ContentProviderClient provider) argument
1345 EntityIteratorImpl(Cursor cursor, ContentProviderClient provider) argument
[all...]
H A DCallLog.java18 package android.provider;
25 import android.provider.ContactsContract.CommonDataKinds.Callable;
26 import android.provider.ContactsContract.CommonDataKinds.Phone;
27 import android.provider.ContactsContract.DataUsageFeedback;
34 * The CallLog provider contains information about placed and received calls.
40 * The content:// style URL for this provider
76 * An optional URI parameter which instructs the provider to allow the operation to be
H A DContacts.java17 package android.provider;
38 * The Contacts provider stores all information about contacts.
50 * @deprecated see {@link android.provider.ContactsContract}
56 * The content:// style URL for this provider
57 * @deprecated see {@link android.provider.ContactsContract}
64 * @deprecated see {@link android.provider.ContactsContract}
70 * @deprecated see {@link android.provider.ContactsContract}
76 * @deprecated see {@link android.provider.ContactsContract}
82 * @deprecated see {@link android.provider.ContactsContract}
88 * @deprecated see {@link android.provider
[all...]
H A DContactsContract.java17 package android.provider;
56 * The contract between the contacts provider and applications. Contains
115 /** The authority for the contacts provider */
117 /** A content:// style uri to the authority for the contacts provider */
149 * {@link #PRIMARY_ACCOUNT_TYPE}. The contacts provider handling a query may rely on
153 * obtaining possible recipients, letting the provider know which account is selected during
154 * the composition. The provider may use the "primary account" information to optimize
177 * The boolean indicates that the provider did not create a snippet and that the client asking
195 * This enables a content provider to remove duplicate entries in results.
260 * A key in the {@link android.provider
654 get(ContentProviderClient provider, Account account) argument
662 getWithUri(ContentProviderClient provider, Account account) argument
670 set(ContentProviderClient provider, Account account, byte[] data) argument
708 get(ContentProviderClient provider, Account account) argument
716 getWithUri(ContentProviderClient provider, Account account) argument
724 set(ContentProviderClient provider, Account account, byte[] data) argument
[all...]
H A DDownloads.java17 package android.provider;
36 * content provider.
444 * provider). This requires the
H A DDrmStore.java17 package android.provider;
37 * The DRM provider contains forward locked DRM content.
48 * This is in the Manifest class of the drm provider, but that isn't visible
95 * Utility function for inserting a file into the DRM content provider.
131 * Utility function for inserting a file stream into the DRM content provider.

Completed in 254 milliseconds

123