Home
last modified time | relevance | path

Searched refs:handles (Results 1 – 25 of 154) sorted by relevance

1234567

/frameworks/base/media/tests/CameraBrowser/src/com/android/camerabrowser/
DMtpClient.java350 int[] handles = device.getObjectHandles(storageId, 0, objectHandle); in getObjectList() local
351 if (handles == null) { in getObjectList()
355 int length = handles.length; in getObjectList()
358 MtpObjectInfo info = device.getObjectInfo(handles[i]); in getObjectList()
/frameworks/base/services/core/java/com/android/server/camera/
DCameraService.java225 Set<Integer> handles = new ArraySet<>(userProfiles.length); in getEnabledUserHandles() local
228 handles.add(id); in getEnabledUserHandles()
231 return handles; in getEnabledUserHandles()
/frameworks/base/core/java/android/bluetooth/
DBluetoothGattService.java273 public void setHandles(int handles) { in setHandles() argument
274 mHandles = handles; in setHandles()
/frameworks/base/docs/html/training/beam-files/
Dindex.jd37 While the Android Beam file transfer API handles large amounts of data, the Android Beam NDEF
38 transfer API introduced in Android 4.0 (API level 14) handles small amounts of data such as
/frameworks/base/media/jni/
Dandroid_mtp_MtpDatabase.cpp272 jint* handles = env->GetIntArrayElements(array, 0); in getObjectList() local
275 list->push(handles[i]); in getObjectList()
276 env->ReleaseIntArrayElements(array, handles, 0); in getObjectList()
1066 jint* handles = env->GetIntArrayElements(array, 0); in getObjectReferences() local
1069 list->push(handles[i]); in getObjectReferences()
1070 env->ReleaseIntArrayElements(array, handles, 0); in getObjectReferences()
1086 jint* handles = env->GetIntArrayElements(array, 0); in setObjectReferences() local
1088 handles[i] = (*references)[i]; in setObjectReferences()
1089 env->ReleaseIntArrayElements(array, handles, 0); in setObjectReferences()
Dandroid_mtp_MtpDevice.cpp343 MtpObjectHandleList* handles = device->getObjectHandles(storageID, format, objectID); in android_mtp_MtpDevice_get_object_handles() local
344 if (!handles) in android_mtp_MtpDevice_get_object_handles()
347 int length = handles->size(); in android_mtp_MtpDevice_get_object_handles()
350 env->SetIntArrayRegion(array, 0, length, (const jint *)handles->array()); in android_mtp_MtpDevice_get_object_handles()
352 delete handles; in android_mtp_MtpDevice_get_object_handles()
/frameworks/av/media/mtp/
DMtpServer.cpp582 MtpObjectHandleList* handles = mDatabase->getObjectList(storageID, format, parent); in doGetObjectHandles() local
583 mData.putAUInt32(handles); in doGetObjectHandles()
584 delete handles; in doGetObjectHandles()
620 MtpObjectHandleList* handles = mDatabase->getObjectReferences(handle); in doGetObjectReferences() local
621 if (handles) { in doGetObjectReferences()
622 mData.putAUInt32(handles); in doGetObjectReferences()
623 delete handles; in doGetObjectReferences()
/frameworks/base/docs/html/ndk/samples/
Dsample_teapot.jd27 <li>An abstraction layer, {@code GLContext}, that handles certain NDK-specific behaviors.</li>
77 {@code samples/Teapot/src/com/sample/teapot}, under the NDK installation root directory. It handles
139 ndk_helper::GLContext* gl_context_; // handles EGL-related lifecycle.
299 <p>The {@code HandleCmd()} method handles commands posted from the
/frameworks/base/docs/html/guide/topics/text/
Dspell-checker-framework.jd122 handles requests to cancel spell checking,
124 onGetSuggestions()}, which handles a word suggestion request, or
126 onGetSuggestionsMultiple()}, which handles batches of word suggestion requests.
/frameworks/base/docs/html/training/basics/intents/
Dfilters.jd74 {@link android.net.Uri} (such as when your activity handles to other kind of "extra" data, instead
76 data your activity handles, such as {@code text/plain} or {@code image/jpeg}.</p>
93 <p>For example, here's an activity with an intent filter that handles the {@link
119 <p>For example, suppose your activity handles both text and images for both the {@link
/frameworks/base/packages/MtpDocumentsProvider/tests/src/com/android/mtp/
DMtpDocumentsProviderTest.java806 final int[] handles = new int[objects.length]; in setupDocuments() local
809 handles[i] = info.getObjectHandle(); in setupDocuments()
812 mMtpManager.setObjectHandles(deviceId, storageId, parentHandle, handles); in setupDocuments()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DREADME.txt23 WifiStateMachine: Tracks the various states on STA and AP connectivity and handles bring up and shu…
/frameworks/base/docs/html/guide/topics/resources/
Druntime-changes.jd184 avoid the activity restart, then you can declare that your activity handles the configuration change
192 <p>To declare that your activity handles a configuration change, edit the appropriate <a
204 <p>For example, the following manifest code declares an activity that handles both the
233 12 or lower, then your activity always handles this configuration change itself (this configuration
/frameworks/base/docs/html/training/in-app-billing/
Dpurchase-iab-products.jd42 … listener that is notified when the purchase operation has completed and handles the purchase resp…
80 …s a listener that is notified when the query operation has completed and handles the query respons…
110 …tener} that is notified when the consumption operation has completed and handles the consumption r…
/frameworks/base/docs/html/distribute/monetize/
Dsubscriptions.jd22 When users purchase subscriptions in your apps, Google Play handles all
/frameworks/base/docs/html/guide/appendix/
Dglossary.jd58 <dd>A drawing surface that handles compositing of the actual bits against
70 the {@link android.content.ContentProvider} class, which handles content
246 <dd>An object that draws to a rectangular area on the screen and handles
269 Because a widget is fully implemented, it handles measuring and drawing
/frameworks/base/docs/html/google/play/licensing/
Doverview.jd51 client, which handles communication with the Google Play server.</p>
69 handles all of the licensing-related communication with the Google Play licensing service. With
94 license and you have full control over how it handles the response, verifies the
/frameworks/base/docs/html/guide/topics/ui/controls/
Dcheckbox.jd61 <p>Within the {@link android.app.Activity} that hosts this layout, the following method handles the
Dradiobutton.jd68 <p>Within the {@link android.app.Activity} that hosts this layout, the following method handles the
/frameworks/base/docs/html/guide/topics/connectivity/nfc/
Dindex.jd31 <dd>This document describes how Android handles discovered NFC tags and how it notifies
/frameworks/base/docs/html/training/backup/
Dbackupapi.jd165 android.app.backup.FileBackupHelper} handles all the files that you need to back up, and one
166 {@link android.app.backup.SharedPreferencesBackupHelper} handles all the shared
/frameworks/base/docs/html/training/tv/discovery/
Dsearchable.jd40 provider and other vital information for Android TV. You also need an activity that handles the
309 {@link android.content.Intent#ACTION_SEARCH} intent. The activity in your app which handles that
312 activity which handles the {@link android.content.Intent#ACTION_SEARCH} intent like this:
361 details screen, the system launches the activity which handles the {@link android.content.Intent#AC…
/frameworks/base/docs/html/ndk/guides/
Dconcepts.jd186 write a completely native activity. {@link android.app.NativeActivity} handles the communication
208 that you need to create your native activity. Because the main thread of your application handles
214 It spawns another thread, which handles things such as
/frameworks/base/docs/html/training/sharing/
Dshareaction.jd35 bar, handles both the appearance and behavior of that item. In the case of {@link
/frameworks/native/cmds/dumpstate/
Dbugreport-format.md9 intent; the end user then select which app (like an email client) handles such

1234567