Searched defs:ids (Results 1 - 25 of 51) sorted by relevance

123

/frameworks/native/opengl/tools/glgen/stubs/gles11/
H A DglGetDebugMessageLog.java1 // C function GLuint glGetDebugMessageLog ( GLuint count, GLsizei bufSize, GLenum *sources, GLenum *types, GLuint *ids, GLenum *severities, GLsizei *lengths, GLchar *messageLog )
10 int[] ids,
19 // C function GLuint glGetDebugMessageLog ( GLuint count, GLsizei bufSize, GLenum *sources, GLenum *types, GLuint *ids, GLenum *severities, GLsizei *lengths, GLchar *messageLog )
25 java.nio.IntBuffer ids,
30 // C function GLuint glGetDebugMessageLog ( GLuint count, GLsizei bufSize, GLenum *sources, GLenum *types, GLuint *ids, GLenum *severities, GLsizei *lengths, GLchar *messageLog )
38 int[] ids,
43 // C function GLuint glGetDebugMessageLog ( GLuint count, GLsizei bufSize, GLenum *sources, GLenum *types, GLuint *ids, GLenum *severities, GLsizei *lengths, GLchar *messageLog )
49 java.nio.IntBuffer ids,
3 glGetDebugMessageLog( int count, int bufSize, int[] sources, int sourcesOffset, int[] types, int typesOffset, int[] ids, int idsOffset, int[] severities, int severitiesOffset, int[] lengths, int lengthsOffset, byte[] messageLog, int messageLogOffset) argument
21 glGetDebugMessageLog( int count, java.nio.IntBuffer sources, java.nio.IntBuffer types, java.nio.IntBuffer ids, java.nio.IntBuffer severities, java.nio.IntBuffer lengths, java.nio.ByteBuffer messageLog) argument
32 glGetDebugMessageLog( int count, int[] sources, int sourcesOffset, int[] types, int typesOffset, int[] ids, int idsOffset, int[] severities, int severitiesOffset) argument
45 glGetDebugMessageLog( int count, java.nio.IntBuffer sources, java.nio.IntBuffer types, java.nio.IntBuffer ids, java.nio.IntBuffer severities) argument
H A DglGetDebugMessageLogKHR.java1 // C function GLuint glGetDebugMessageLogKHR ( GLuint count, GLsizei bufSize, GLenum *sources, GLenum *types, GLuint *ids, GLenum *severities, GLsizei *lengths, GLchar *messageLog )
10 int[] ids,
19 // C function GLuint glGetDebugMessageLogKHR ( GLuint count, GLsizei bufSize, GLenum *sources, GLenum *types, GLuint *ids, GLenum *severities, GLsizei *lengths, GLchar *messageLog )
25 java.nio.IntBuffer ids,
30 // C function GLuint glGetDebugMessageLogKHR ( GLuint count, GLsizei bufSize, GLenum *sources, GLenum *types, GLuint *ids, GLenum *severities, GLsizei *lengths, GLchar *messageLog )
38 int[] ids,
43 // C function GLuint glGetDebugMessageLogKHR ( GLuint count, GLsizei bufSize, GLenum *sources, GLenum *types, GLuint *ids, GLenum *severities, GLsizei *lengths, GLchar *messageLog )
49 java.nio.IntBuffer ids,
3 glGetDebugMessageLogKHR( int count, int bufSize, int[] sources, int sourcesOffset, int[] types, int typesOffset, int[] ids, int idsOffset, int[] severities, int severitiesOffset, int[] lengths, int lengthsOffset, byte[] messageLog, int messageLogOffset) argument
21 glGetDebugMessageLogKHR( int count, java.nio.IntBuffer sources, java.nio.IntBuffer types, java.nio.IntBuffer ids, java.nio.IntBuffer severities, java.nio.IntBuffer lengths, java.nio.ByteBuffer messageLog) argument
32 glGetDebugMessageLogKHR( int count, int[] sources, int sourcesOffset, int[] types, int typesOffset, int[] ids, int idsOffset, int[] severities, int severitiesOffset) argument
45 glGetDebugMessageLogKHR( int count, java.nio.IntBuffer sources, java.nio.IntBuffer types, java.nio.IntBuffer ids, java.nio.IntBuffer severities) argument
/frameworks/rs/
H A DrsApiElement.cpp35 extern "C" void rsaElementGetSubElements(RsContext con, RsElement elem, uintptr_t *ids, argument
42 ids[i] = (uintptr_t)e->getField(i);
/frameworks/wilhelm/tests/sandbox/
H A Dsrcsink.c63 SLInterfaceID ids[1] = {SL_IID_BUFFERQUEUE}; local
67 &audioSnk, 1, ids, req);
74 &audioSnk, 1, ids, req);
86 &audioSnk, 1, ids, req);
98 &audioSnk, 1, ids, req);
111 &audioSnk, 1, ids, req);
116 &audioSnk, 1, ids, req);
124 &audioSnk, 1, ids, req);
129 &audioSnk, 1, ids, req);
137 &audioSnk, 1, ids, re
[all...]
H A Doutputmix.c127 SLInterfaceID ids[10] = {SL_IID_OBJECT, SL_IID_DYNAMICINTERFACEMANAGEMENT, SL_IID_OUTPUTMIX, local
133 result = (*engineEngine)->CreateOutputMix(engineEngine, &outputMixObject, 10, ids, req);
H A Durimime.c78 SLInterfaceID ids[1]; local
80 ids[0] = SL_IID_BUFFERQUEUE;
84 &audioSnk, numInterfaces, ids, req);
88 ids[0] = SL_IID_ANDROIDSIMPLEBUFFERQUEUE;
90 &audioSnk, numInterfaces, ids, req);
H A Dconfigbq.c129 SLInterfaceID ids[1]; local
131 ids[0] = SL_IID_BUFFERQUEUE;
135 &audioSnk, numInterfaces, ids, req);
H A Dintbufq.c124 SLInterfaceID ids[2] = {IID_BUFFERQUEUE, SL_IID_MUTESOLO}; local
127 2, ids, flags);
H A Dmonkey.c117 SLInterfaceID ids[1] = {SL_IID_SEEK}; local
120 &audioSnk, 1, ids, req);
/frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/
H A DMtpDocumentsService.java61 final int[] ids = intent.hasExtra(EXTRA_DEVICE_IDS) ?
66 return updateForegroundState(ids, notifications) ? START_STICKY : START_NOT_STICKY;
76 @Nullable int[] ids, @Nullable Notification[] notifications) {
78 final int size = ids != null ? ids.length : 0;
80 Preconditions.checkArgument(ids != null);
82 Preconditions.checkArgument(ids.length == notifications.length);
89 startForeground(ids[i], notifications[i]);
93 mNotificationManager.notify(ids[i], notifications[i]);
95 openedNotification.add(ids[
75 updateForegroundState( @ullable int[] ids, @Nullable Notification[] notifications) argument
[all...]
H A DMtpDatabase.java272 final String[] ids = new String[cursor.getCount()];
274 ids[i] = cursor.getString(0);
276 return ids;
656 final Set<String> ids = new HashSet<>();
660 if (ids.contains(documentId)) {
663 ids.add(documentId);
677 Document.COLUMN_DOCUMENT_ID + " NOT IN " + getIdList(ids), null);
924 private static String getIdList(Set<String> ids) { argument
926 for (final String id : ids) {
/frameworks/base/core/java/android/service/autofill/
H A DFillContext.java38 * It contains a snapshot of the UI state, the view ids that were returned by
108 * Finds {@link ViewNode ViewNodes} that have the requested ids.
110 * @param ids The ids of the node to find.
112 * @return The nodes indexed in the same way as the ids.
116 @NonNull public ViewNode[] findViewNodesByAutofillIds(@NonNull AutofillId[] ids) { argument
118 final ViewNode[] foundNodes = new AssistStructure.ViewNode[ids.length];
121 final SparseIntArray missingNodeIndexes = new SparseIntArray(ids.length);
123 for (int i = 0; i < ids.length; i++) {
125 int lookupTableIndex = mViewNodeLookupTable.indexOfKey(ids[
[all...]
H A DFillResponse.java168 * @param ids id of Views that when focused will display the authentication UI affordance.
171 * @throw {@link IllegalArgumentException} if {@code ids} is {@code null} or empty, or if
176 public @NonNull Builder setAuthentication(@NonNull AutofillId[] ids, argument
179 if (ids == null || ids.length == 0) {
180 throw new IllegalArgumentException("ids cannot be null or empry");
188 mAuthenticationIds = ids;
200 public Builder setIgnoredIds(AutofillId...ids) {
201 mIgnoredIds = ids;
261 * <p>You must provide at least one dataset or some savable ids o
[all...]
H A DSaveInfo.java294 * @param requiredIds ids of all required views that will trigger a save request.
307 private AutofillId[] assertValid(AutofillId[] ids) { argument
308 Preconditions.checkArgument(ids != null && ids.length > 0,
309 "must have at least one id: " + Arrays.toString(ids));
310 for (int i = 0; i < ids.length; i++) {
311 final AutofillId id = ids[i];
313 "cannot have null id: " + Arrays.toString(ids));
315 return ids;
332 * Sets the ids o
342 setOptionalIds(@onNull AutofillId[] ids) argument
[all...]
/frameworks/native/services/vr/performanced/
H A Dtask.cpp30 void ParseUidStatusField(const std::string& value, std::array<int, 4>& ids) { argument
33 ids[0] = std::strtol(start, const_cast<char**>(&start), 10);
34 ids[1] = std::strtol(start, const_cast<char**>(&start), 10);
35 ids[2] = std::strtol(start, const_cast<char**>(&start), 10);
36 ids[3] = std::strtol(start, const_cast<char**>(&start), 10);
/frameworks/wilhelm/tests/listening/
H A DseekTorture.c73 SLInterfaceID ids[1] = {SL_IID_SEEK}; local
76 1, ids, flags);
/frameworks/av/media/libmediaplayerservice/tests/
H A DDrmSessionManager_test.cpp87 static void GetSessionId(const uint8_t* ids, size_t num, Vector<uint8_t>* sessionId) { argument
89 sessionId->push_back(ids[i]);
205 const uint8_t ids[] = {123}; local
207 GetSessionId(ids, ARRAY_SIZE(ids), &sessionId);
234 const uint8_t ids[] = {1, 3, 5}; local
236 GetSessionId(ids, ARRAY_SIZE(ids), &sessionId);
/frameworks/av/services/camera/libcameraservice/
H A DCameraFlashlight.cpp133 std::vector<std::string> ids = mProviderManager->getAPI1CompatibleCameraDeviceIds(); local
135 cameraIds[i] = String8(ids[i].c_str());
/frameworks/av/services/mediadrm/tests/
H A DDrmSessionManager_test.cpp83 static void GetSessionId(const uint8_t* ids, size_t num, Vector<uint8_t>* sessionId) { argument
85 sessionId->push_back(ids[i]);
201 const uint8_t ids[] = {123}; local
203 GetSessionId(ids, ARRAY_SIZE(ids), &sessionId);
230 const uint8_t ids[] = {1, 3, 5}; local
232 GetSessionId(ids, ARRAY_SIZE(ids), &sessionId);
/frameworks/base/core/java/android/content/res/
H A DStringBlock.java166 private CharSequence applyStyles(String str, int[] style, StyleIDs ids) { argument
178 if (type == ids.boldId) {
182 } else if (type == ids.italicId) {
186 } else if (type == ids.underlineId) {
190 } else if (type == ids.ttId) {
194 } else if (type == ids.bigId) {
198 } else if (type == ids.smallId) {
202 } else if (type == ids.subId) {
206 } else if (type == ids.supId) {
210 } else if (type == ids
[all...]
/frameworks/base/media/tests/NativeMidiDemo/jni/
H A Dnativemidi-jni.cpp156 const SLInterfaceID ids[1] = { SL_IID_BUFFERQUEUE }; local
159 engineEngine, &playerObject, &audioSrc, &audioSnk, 1, ids, req);
/frameworks/base/services/core/java/com/android/server/pm/
H A DShortcutLauncher.java111 @NonNull String packageName, @NonNull List<String> ids) {
120 final int idSize = ids.size();
132 final String id = ids.get(i);
224 final ArraySet<String> ids = mPinnedShortcuts.valueAt(i);
225 final int idSize = ids.size();
227 ShortcutService.writeTagValue(out, TAG_PIN, ids.valueAt(j));
251 ArraySet<String> ids = null;
272 ids = new ArraySet<>();
274 PackageWithUser.of(packageUserId, packageName), ids);
282 if (ids
110 pinShortcuts(@serIdInt int packageUserId, @NonNull String packageName, @NonNull List<String> ids) argument
[all...]
/frameworks/base/cmds/bootanimation/
H A Daudioplay.cpp174 const SLInterfaceID ids[3] = {SL_IID_BUFFERQUEUE, SL_IID_VOLUME, SL_IID_ANDROIDCONFIGURATION}; local
177 3, ids, req);
/frameworks/base/core/tests/hosttests/test-apps/DownloadManagerTestApp/src/com/android/frameworks/downloadmanagertests/
H A DDownloadManagerBaseTest.java206 * @param ids ids of the downloads to wait for.
211 public boolean waitForMultipleDownloadsToFinish(Set<Long> ids, long timeout) argument
215 while (!mFinishedDownloads.containsAll(ids)) {
363 protected boolean waitForMultipleDownloads(Set<Long> ids, long timeout) argument
365 return mListener.waitForMultipleDownloadsToFinish(ids, timeout);
/frameworks/wilhelm/tests/automated/
H A DBufferQueue_test.cpp64 static const SLInterfaceID ids[1] = { SL_IID_BUFFERQUEUE }; variable
177 &audiosrc, &audiosnk, 1, ids, flags);
190 1, ids, flags);

Completed in 1059 milliseconds

123