Searched refs:SLPrefetchStatusItf (Results 1 - 24 of 24) sorted by relevance

/frameworks/wilhelm/src/itf/
H A DIPrefetchStatus.c22 static SLresult IPrefetchStatus_GetPrefetchStatus(SLPrefetchStatusItf self, SLuint32 *pStatus)
41 static SLresult IPrefetchStatus_GetFillLevel(SLPrefetchStatusItf self, SLpermille *pLevel)
60 static SLresult IPrefetchStatus_RegisterCallback(SLPrefetchStatusItf self,
76 static SLresult IPrefetchStatus_SetCallbackEventsMask(SLPrefetchStatusItf self, SLuint32 eventFlags)
96 static SLresult IPrefetchStatus_GetCallbackEventsMask(SLPrefetchStatusItf self,
116 static SLresult IPrefetchStatus_SetFillUpdatePeriod(SLPrefetchStatusItf self, SLpermille period)
140 static SLresult IPrefetchStatus_GetFillUpdatePeriod(SLPrefetchStatusItf self, SLpermille *pPeriod)
/frameworks/ex/variablespeed/jni/
H A Dvariablespeed.h62 void PrefetchEventCallback(SLPrefetchStatusItf caller, SLuint32 event);
74 SLPlayItf playItf, SLPrefetchStatusItf prefetchItf);
H A Dvariablespeed.cc151 static void PrefetchEventCb(SLPrefetchStatusItf caller, void*, SLuint32 event) {
634 SLPrefetchStatusItf decoderPrefetch = NULL;
789 SLPrefetchStatusItf caller, SLuint32 event) {
/frameworks/wilhelm/tests/mimeUri/
H A DslesTestLoopUri.cpp63 void PrefetchEventCallback( SLPrefetchStatusItf caller, void *pContext, SLuint32 event)
141 SLPrefetchStatusItf prefetchItf;
H A DslesTestPlayUri.cpp72 void PrefetchEventCallback( SLPrefetchStatusItf caller, void *pContext, SLuint32 event)
144 SLPrefetchStatusItf prefetchItf;
H A DslesTestGetPositionUri.cpp66 void PrefetchEventCallback( SLPrefetchStatusItf caller, void *pContext, SLuint32 event)
146 SLPrefetchStatusItf prefetchItf;
H A DslesTestManyPlayers.cpp44 SLPrefetchStatusItf prefetchItfs[MAX_NUMBER_PLAYERS];
74 void PrefetchEventCallback( SLPrefetchStatusItf caller, void *pContext, SLuint32 event)
H A DslesTestSlowDownUri.cpp108 void PrefetchEventCallback( SLPrefetchStatusItf caller, void *pContext, SLuint32 event)
197 SLPrefetchStatusItf prefetchItf;
H A DslesTestPlayStreamType.cpp67 SLPrefetchStatusItf prefetchItf;
153 /* Get the SLPlayItf, SLPrefetchStatusItf and SLAndroidConfigurationItf interfaces for player */
H A DslesTestPlayUri2.cpp83 SLPrefetchStatusItf prefetchItf, prefetchItf2;
97 /* Set arrays required[] and iidArray[] for SLVolumeItf and SLPrefetchStatusItf interfaces */
153 /* Get the SLPlayItf, SLVolumeItf and SLPrefetchStatusItf interfaces for each player */
H A DslesTest_playStates.cpp68 SLPrefetchStatusItf prefetchItf;
103 /* Set arrays required[] and iidArray[] for SLMuteSoloItf and SLPrefetchStatusItf interfaces */
131 /* Get the SLPlayItf, SLPrefetchStatusItf and SLMuteSoloItf interfaces for the player */
/frameworks/wilhelm/tests/
H A DmimeUri_test.cpp74 void PrefetchEventCallback( SLPrefetchStatusItf caller, void *pContext, SLuint32 event)
118 SLPrefetchStatusItf prefetchItf;
/frameworks/wilhelm/tests/examples/
H A DslesTestSendToPresetReverb.cpp54 void prefetch_callback(SLPrefetchStatusItf caller, void *context, SLuint32 event)
96 SLPrefetchStatusItf prefetchItf;
209 /* Get the SLPlayItf, SLPrefetchStatusItf and SLEffectSendItf interfaces for the player*/
H A DslesTestDecodeToBuffQueue.cpp127 void PrefetchEventCallback( SLPrefetchStatusItf caller, void *pContext, SLuint32 event)
284 SLPrefetchStatusItf prefetchItf;
H A DslesTestBassBoostPath.cpp73 SLPrefetchStatusItf prefetchItf;
153 /* Get the SLPlayItf, SLPrefetchStatusItf and SLBassBoostItf interfaces for the player */
H A DslesTestPlayFdPath.cpp69 SLPrefetchStatusItf prefetchItf;
104 /* Set arrays required[] and iidArray[] for SLPrefetchStatusItf interfaces */
138 /* Get the SLPlayItf, SLPrefetchStatusItf and SLAndroidStreamTypeItf interfaces for the player*/
H A DslesTestVirtualizerPath.cpp74 SLPrefetchStatusItf prefetchItf;
110 /* Set arrays required[] and iidArray[] for SLPrefetchStatusItf interfaces */
154 /* Get the SLPlayItf, SLPrefetchStatusItf and SLAndroidStreamTypeItf interfaces for the player*/
H A DslesTestEqFdPath.cpp78 SLPrefetchStatusItf prefetchItf;
114 /* Set arrays required[] and iidArray[] for SLPrefetchStatusItf interfaces */
158 /* Get the SLPlayItf, SLPrefetchStatusItf and SLAndroidStreamTypeItf interfaces for the player*/
H A DslesTestEqOutputPath.cpp78 SLPrefetchStatusItf prefetchItf;
123 /* Set arrays required[] and iidArray[] for SLPrefetchStatusItf interfaces */
165 /* Get the SLPlayItf, SLPrefetchStatusItf and SLAndroidStreamTypeItf interfaces for the player*/
H A DslesTestDecodeAac.cpp159 void PrefetchEventCallback(SLPrefetchStatusItf caller, void *pContext, SLuint32 event)
475 SLPrefetchStatusItf prefetchItf;
/frameworks/wilhelm/tests/listening/
H A DslesTest_playMuteSolo.cpp70 void prefetch_callback(SLPrefetchStatusItf caller, void *context, SLuint32 event)
183 SLPrefetchStatusItf prefetchItf;
218 /* Set arrays required[] and iidArray[] for SLMuteSoloItf and SLPrefetchStatusItf interfaces */
246 /* Get the SLPlayItf, SLPrefetchStatusItf and SLMuteSoloItf interfaces for the player */
/frameworks/wilhelm/tests/sandbox/
H A Dmultiplay.c32 SLPrefetchStatusItf mPlayerPrefetchStatus;
91 void prefetch_callback(SLPrefetchStatusItf caller, void *context, SLuint32 event)
H A Dreverb.c190 void prefetch_callback(SLPrefetchStatusItf caller, void *context, SLuint32 event)
594 SLPrefetchStatusItf playerPrefetchStatus;
/frameworks/wilhelm/include/SLES/
H A DOpenSLES.h1006 typedef const struct SLPrefetchStatusItf_ * const * SLPrefetchStatusItf; typedef
1009 SLPrefetchStatusItf caller,
1016 SLPrefetchStatusItf self,
1020 SLPrefetchStatusItf self,
1024 SLPrefetchStatusItf self,
1029 SLPrefetchStatusItf self,
1033 SLPrefetchStatusItf self,
1037 SLPrefetchStatusItf self,
1041 SLPrefetchStatusItf self,

Completed in 3863 milliseconds