HomeSort by relevance Sort by last modified time
    Searched full:sourceid (Results 1 - 25 of 82) sorted by null

1 2 3 4

  /external/libgdx/backends/gdx-backend-lwjgl/src/com/badlogic/gdx/backends/lwjgl/audio/
OpenALAudio.java 81 int sourceID = alGenSources();
83 allSources.add(sourceID);
137 int sourceId = idleSources.get(i);
138 int state = alGetSourcei(sourceId, AL_SOURCE_STATE);
143 if (sourceToSoundId.containsKey(sourceId)) {
144 long soundId = sourceToSoundId.get(sourceId);
145 sourceToSoundId.remove(sourceId);
150 sourceToSoundId.put(sourceId, soundId);
151 soundIdToSource.put(soundId, sourceId);
153 alSourceStop(sourceId);
    [all...]
OpenALMusic.java 42 private int sourceID = -1;
68 if (sourceID == -1) {
69 sourceID = audio.obtainSource(true);
70 if (sourceID == -1) return;
79 alSourcei(sourceID, AL_LOOPING, AL_FALSE);
87 alSourceQueueBuffers(sourceID, bufferID);
97 alSourcePlay(sourceID);
104 if (sourceID == -1) return;
107 audio.freeSource(sourceID);
108 sourceID = -1;
    [all...]
OpenALAudioDevice.java 38 private int sourceID = -1;
86 if (sourceID == -1) {
87 sourceID = audio.obtainSource(true);
88 if (sourceID == -1) return;
94 alSourcei(sourceID, AL_LOOPING, AL_FALSE);
95 alSourcef(sourceID, AL_GAIN, volume);
104 alSourceQueueBuffers(sourceID, bufferID);
114 alSourceQueueBuffers(sourceID, bufferID);
116 alSourcePlay(sourceID);
133 int buffers = alGetSourcei(sourceID, AL_BUFFERS_PROCESSED);
    [all...]
OpenALSound.java 58 int sourceID = audio.obtainSource(false);
59 if (sourceID == -1) {
62 sourceID = audio.obtainSource(false);
65 if (sourceID == -1) return -1;
66 long soundId = audio.getSoundId(sourceID);
67 alSourcei(sourceID, AL_BUFFER, bufferID);
68 alSourcei(sourceID, AL_LOOPING, AL_FALSE);
69 alSourcef(sourceID, AL_GAIN, volume);
70 alSourcePlay(sourceID);
81 int sourceID = audio.obtainSource(false);
    [all...]
  /external/libgdx/backends/gdx-backend-lwjgl3/src/com/badlogic/gdx/backends/lwjgl3/audio/
OpenALMusic.java 42 private int sourceID = -1;
68 if (sourceID == -1) {
69 sourceID = audio.obtainSource(true);
70 if (sourceID == -1) return;
79 alSourcei(sourceID, AL_LOOPING, AL_FALSE);
87 alSourceQueueBuffers(sourceID, bufferID);
97 alSourcePlay(sourceID);
104 if (sourceID == -1) return;
107 audio.freeSource(sourceID);
108 sourceID = -1;
    [all...]
OpenALAudioDevice.java 38 private int sourceID = -1;
86 if (sourceID == -1) {
87 sourceID = audio.obtainSource(true);
88 if (sourceID == -1) return;
94 alSourcei(sourceID, AL_LOOPING, AL_FALSE);
95 alSourcef(sourceID, AL_GAIN, volume);
104 alSourceQueueBuffers(sourceID, bufferID);
114 alSourceQueueBuffers(sourceID, bufferID);
116 alSourcePlay(sourceID);
133 int buffers = alGetSourcei(sourceID, AL_BUFFERS_PROCESSED);
    [all...]
OpenALAudio.java 104 int sourceID = alGenSources();
106 allSources.add(sourceID);
160 int sourceId = idleSources.get(i);
161 int state = alGetSourcei(sourceId, AL_SOURCE_STATE);
166 if (sourceToSoundId.containsKey(sourceId)) {
167 long soundId = sourceToSoundId.get(sourceId);
168 sourceToSoundId.remove(sourceId);
173 sourceToSoundId.put(sourceId, soundId);
174 soundIdToSource.put(soundId, sourceId);
176 alSourceStop(sourceId);
    [all...]
OpenALSound.java 58 int sourceID = audio.obtainSource(false);
59 if (sourceID == -1) {
62 sourceID = audio.obtainSource(false);
65 if (sourceID == -1) return -1;
66 long soundId = audio.getSoundId(sourceID);
67 alSourcei(sourceID, AL_BUFFER, bufferID);
68 alSourcei(sourceID, AL_LOOPING, AL_FALSE);
69 alSourcef(sourceID, AL_GAIN, volume);
70 alSourcePlay(sourceID);
81 int sourceID = audio.obtainSource(false);
    [all...]
  /packages/providers/ContactsProvider/tests/assets/testUnsynced/
expected_groups.txt 9 9 sourceid=null
expected_raw_contacts.txt 7 7 sourceid=null
25 25 sourceid=null
43 43 sourceid=null
61 61 sourceid=null
79 79 sourceid=null
  /packages/apps/TV/usbtuner/src/com/android/usbtuner/ts/
TsParser.java 219 public void onEitParsed(int sourceId, List<EitItem> items) {
220 if (DEBUG) Log.d(TAG, "onEITParsed " + sourceId);
221 EventSourceEntry entry = new EventSourceEntry(mPid, sourceId);
223 handleEvents(sourceId);
227 public void onEttParsed(int sourceId, List<EttItem> descriptions) {
229 Log.d(TAG, String.format("onETTParsed sourceId: %d, descriptions.size(): %d",
230 sourceId, descriptions.size()));
235 mSourceIdToVctItemDescriptionMap.put(sourceId, item.text);
236 VctItem vctItem = mSourceIdToVctItemMap.get(sourceId);
249 EventSourceEntry entry = new EventSourceEntry(mPid, sourceId);
    [all...]
  /packages/providers/ContactsProvider/tests/assets/test1/
expected_groups.txt 9 9 sourceid=6
26 26 sourceid=20a186238cf27aaa
43 43 sourceid=2fcbf74c8be345dc
60 60 sourceid=55555555555
expected_raw_contacts.txt 7 7 sourceid=null
25 25 sourceid=3d09f37e0f0dbc6f
43 43 sourceid=5c9ae978b346ac9
61 61 sourceid=null
79 79 sourceid=20d08a710c3df43d
  /packages/providers/ContactsProvider/tests/assets/testSynced/
expected_groups.txt 9 9 sourceid=6
expected_raw_contacts.txt 7 7 sourceid=null
25 25 sourceid=561d08a30def1f46
43 43 sourceid=506b6479896c635d
61 61 sourceid=192ec38f0de81866
79 79 sourceid=3e879d80b2673fc
97 97 sourceid=4413217a0a1f5437
115 115 sourceid=null
133 133 sourceid=null
151 151 sourceid=null
169 169 sourceid=nul
    [all...]
  /frameworks/base/core/java/android/webkit/
ConsoleMessage.java 42 public ConsoleMessage(String message, String sourceId, int lineNumber, MessageLevel msgLevel) {
44 mSourceId = sourceId;
57 public String sourceId() {
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
DataRowHandlerForGroupMembership.java 167 final String sourceId = values.getAsString(GroupMembership.GROUP_SOURCE_ID);
168 final long groupId = getOrMakeGroup(db, rawContactId, sourceId,
176 * Returns the group id of the group with sourceId and the same account as rawContactId.
181 * @param sourceId the source ID of the group to query or create
188 private long getOrMakeGroup(SQLiteDatabase db, long rawContactId, String sourceId,
209 ArrayList<GroupIdCacheEntry> entries = mGroupIdCache.get(sourceId);
212 mGroupIdCache.put(sourceId, entries);
225 entry.sourceId = sourceId;
228 // look up the group that contains this sourceId and has the same account as the contac
    [all...]
ContactLookupKey.java 66 String accountName, long rawContactId, String sourceId,
77 if (sourceId == null) {
83 if (appendEscapedSourceId(lookupKey, sourceId)) {
89 private static boolean appendEscapedSourceId(StringBuilder sb, String sourceId) {
93 int index = sourceId.indexOf('.', start);
95 sb.append(sourceId, start, sourceId.length());
100 sb.append(sourceId, start, index);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/
XInput2.h 104 int sourceid; member in struct:__anon38347
110 int sourceid; member in struct:__anon38348
119 int sourceid; member in struct:__anon38349
127 int sourceid; member in struct:__anon38350
141 int sourceid; member in struct:__anon38351
151 int sourceid; member in struct:__anon38352
234 int sourceid; /* Source for the new classes. */ member in struct:__anon38359
249 int sourceid; member in struct:__anon38360
274 int sourceid; /* Bug: Always 0. https://bugs.freedesktop.org//show_bug.cgi?id=34240 */ member in struct:__anon38361
290 int sourceid; member in struct:__anon38362
333 int sourceid; member in struct:__anon38364
350 int sourceid; member in struct:__anon38365
    [all...]
XI2proto.h 146 uint16_t sourceid; /**< source device for this class */ member in struct:__anon38235
158 uint16_t sourceid; /**< source device for this class */ member in struct:__anon38236
170 uint16_t sourceid; /**< source device for this class */ member in struct:__anon38237
181 uint16_t sourceid; /**< source device for this class */ member in struct:__anon38238
201 uint16_t sourceid; /**< source device for this class */ member in struct:__anon38239
215 uint16_t sourceid; /**< source device for this class */ member in struct:__anon38240
912 uint16_t sourceid; /**< Source of the new classes */ member in struct:__anon38287
937 uint16_t sourceid; member in struct:__anon38288
967 uint16_t sourceid; \/**< The source device *\/ member in struct:__anon38289
990 uint16_t sourceid; \/**< The source device (XI 2.1) *\/ member in struct:__anon38290
1010 uint16_t sourceid; member in struct:__anon38291
1073 uint16_t sourceid; member in struct:__anon38293
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/extensions/
XInput2.h 103 int sourceid; member in struct:__anon40207
109 int sourceid; member in struct:__anon40208
118 int sourceid; member in struct:__anon40209
126 int sourceid; member in struct:__anon40210
140 int sourceid; member in struct:__anon40211
150 int sourceid; member in struct:__anon40212
224 int sourceid; /* Source for the new classes. */ member in struct:__anon40218
239 int sourceid; member in struct:__anon40219
264 int sourceid; /* Bug: Always 0. https://bugs.freedesktop.org//show_bug.cgi?id=34240 */ member in struct:__anon40220
280 int sourceid; member in struct:__anon40221
323 int sourceid; member in struct:__anon40223
    [all...]
  /external/libgdx/backends/gdx-backend-moe/src/com/badlogic/gdx/backends/iosmoe/
IOSSound.java 63 if (soundSource.sourceId() == -1) return -1;
64 streamIds.insert(0, soundSource.sourceId());
65 return soundSource.sourceId();
160 if (source.sourceId() == soundId) return source;
  /external/libnfc-nxp/Linux_x86/
phOsalNfc_Common.h 53 uint32_t sourceID; /* pthread_t = unsigned long int */
  /frameworks/base/core/java/android/view/accessibility/
AccessibilityCache.java 132 final long sourceId = event.getSourceNodeId();
135 clearSubTreeLocked(windowId, sourceId);
137 refreshCachedNodeLocked(windowId, sourceId);
158 private void refreshCachedNodeLocked(int windowId, long sourceId) {
167 AccessibilityNodeInfo cachedInfo = nodes.get(sourceId);
177 clearSubTreeLocked(windowId, sourceId);
268 final long sourceId = info.getSourceNodeId();
269 AccessibilityNodeInfo oldInfo = nodes.get(sourceId);
298 nodes.put(sourceId, clone);
  /external/libgdx/backends/gdx-backend-robovm/src/com/badlogic/gdx/backends/iosrobovm/objectal/
ALSource.java 38 @Property(selector = "sourceId")

Completed in 842 milliseconds

1 2 3 4