Searched refs:pLocator (Results 1 - 25 of 41) sorted by last modified time

12

/frameworks/wilhelm/include/OMXAL/
H A DOpenMAXAL.h293 void * pLocator; member in struct:XADataSink_
298 void * pLocator; member in struct:XADataSource_
/frameworks/wilhelm/include/SLES/
H A DOpenSLES.h367 void *pLocator; member in struct:SLDataSource_
373 void *pLocator; member in struct:SLDataSink_
/frameworks/wilhelm/src/android/
H A DAudioPlayer_to_android.cpp539 const SLuint32 sinkLocatorType = *(SLuint32 *)pAudioSink->pLocator;
575 const SLuint32 sourceLocatorType = *(SLuint32 *)pAudioSrc->pLocator;
576 const SLuint32 sinkLocatorType = *(SLuint32 *)pAudioSnk->pLocator;
945 const SLuint32 sourceLocatorType = *(SLuint32 *)pAudioSrc->pLocator;
946 const SLuint32 sinkLocatorType = *(SLuint32 *)pAudioSnk->pLocator;
1017 SLDataLocator_URI *dl_uri = (SLDataLocator_URI *) pAudioSrc->pLocator;
H A DAudioRecorder_to_android.cpp167 const SLuint32 sinkLocatorType = *(SLuint32 *)pAudioSnk->pLocator;
219 if (SL_DATALOCATOR_IODEVICE != *(SLuint32 *)pAudioSrc->pLocator) {
225 SLDataLocator_IODevice *dl_iod = (SLDataLocator_IODevice *) pAudioSrc->pLocator;
342 const SLuint32 sourceLocatorType = *(SLuint32 *)pAudioSrc->pLocator;
343 const SLuint32 sinkLocatorType = *(SLuint32 *)pAudioSnk->pLocator;
H A DMediaPlayer_to_android.cpp312 const SLuint32 sourceLocatorType = *(SLuint32 *)pSrc->pLocator;
314 const SLuint32 audioSinkLocatorType = *(SLuint32 *)pAudioSnk->pLocator;
375 XAuint32 sourceLocator = *(XAuint32 *)pDataSrc->pLocator;
/frameworks/wilhelm/src/
H A Ddata.c29 static SLresult checkDataLocator(const char *name, void *pLocator, DataLocator *pDataLocator, argument
36 if (NULL == pLocator) {
39 locatorType = *(SLuint32 *)pLocator;
43 pDataLocator->mAddress = *(SLDataLocator_Address *)pLocator;
58 pDataLocator->mBufferQueue = *(SLDataLocator_BufferQueue *)pLocator;
69 pDataLocator->mIODevice = *(SLDataLocator_IODevice *)pLocator;
149 pDataLocator->mMIDIBufferQueue = *(SLDataLocator_MIDIBufferQueue *)pLocator;
163 pDataLocator->mOutputMix = *(SLDataLocator_OutputMix *)pLocator;
177 pDataLocator->mNativeDisplay = *(XADataLocator_NativeDisplay *)pLocator;
192 pDataLocator->mURI = *(SLDataLocator_URI *)pLocator;
[all...]
H A Ddata.h50 DataLocator *pLocator; member in struct:__anon1747::__anon1748::__anon1749
58 #define SL_DATALOCATOR_NULL 0 // application specified a NULL value for pLocator
/frameworks/wilhelm/src/desktop/
H A DSndFile.c140 SLuint32 locatorType = *(SLuint32 *)pAudioSrc->pLocator;
150 SLDataLocator_URI *dl_uri = (SLDataLocator_URI *) pAudioSrc->pLocator;
/frameworks/wilhelm/src/itf/
H A DIOutputMixExt.c384 switch (*(SLuint32 *)pAudioSnk->pLocator) {
389 pAudioSnk->pLocator)->outputMix)->mOutputMixExt;
/frameworks/wilhelm/tests/automated/
H A DBufferQueue_test.cpp128 audiosrc.pLocator = &locator_bufferqueue;
130 audiosnk.pLocator = &locator_outputmix;
/frameworks/wilhelm/tests/examples/
H A DslesTestBassBoostPath.cpp103 audioSink.pLocator = (void*)&locator_outputmix;
139 audioSource.pLocator = (void*)&locatorFd;
141 audioSource.pLocator = (void*)&locatorUri;
H A DslesTestDecodeToBuffQueue.cpp339 decSource.pLocator = (void *) &decUri;
355 decDest.pLocator = (void *) &decBuffQueue;
H A DslesTestEqFdPath.cpp108 audioSink.pLocator = (void*)&locator_outputmix;
144 audioSource.pLocator = (void*)&locatorFd;
146 audioSource.pLocator = (void*)&locatorUri;
H A DslesTestEqOutputPath.cpp117 audioSink.pLocator = (void*)&locator_outputmix;
151 audioSource.pLocator = (void*)&locatorFd;
153 audioSource.pLocator = (void*)&locatorUri;
H A DslesTestFeedback.cpp425 audiosrc.pLocator = &locator_bufferqueue_tx;
427 audiosnk.pLocator = &locator_outputmix;
485 audiosrc.pLocator = &locator_iodevice;
489 audiosnk.pLocator = &locator_bufferqueue_rx;
H A DslesTestPlayFdPath.cpp119 audioSink.pLocator = (void*)&locator_outputmix;
148 audioSource.pLocator = (void*)&locatorFd;
H A DslesTestRecBuffQueue.cpp239 recSource.pLocator = (void *) &ioDevice;
292 recDest.pLocator = (void *) &recBuffQueue;
H A DslesTestSawtoothBufferQueue.cpp175 audioSource.pLocator = (void *)&bufferQueue;
180 audioSink.pLocator = (void *)&locator_outputmix;
H A DslesTestSendToPresetReverb.cpp137 audioSink.pLocator = (void*)&locator_outputmix;
172 audioSource.pLocator = (void*)&locatorUri;
185 audioSource.pLocator = (void*)&locatorFd;
H A DslesTestVirtualizerPath.cpp104 audioSink.pLocator = (void*)&locator_outputmix;
140 audioSource.pLocator = (void*)&locatorFd;
142 audioSource.pLocator = (void*)&locatorUri;
/frameworks/wilhelm/tests/listening/
H A DseekTorture.c68 audiosrc.pLocator = &locator_uri;
70 audiosnk.pLocator = &locator_outputmix;
H A DslesTest_playMuteSolo.cpp212 audioSink.pLocator = (void*)&locator_outputmix;
235 audioSource.pLocator = (void*)&uri;
/frameworks/wilhelm/tests/mimeUri/
H A DslesTestGetPositionUri.cpp186 audioSource.pLocator = (void *)&uri;
191 audioSink.pLocator = (void *)&locator_outputmix;
H A DslesTestLoopUri.cpp173 audioSource.pLocator = (void *)&uri;
178 audioSink.pLocator = (void *)&locator_outputmix;
H A DslesTestManyPlayers.cpp168 audioSource.pLocator = (void *)&uri;
173 audioSink.pLocator = (void *)&locator_outputmix;

Completed in 388 milliseconds

12