HomeSort by relevance Sort by last modified time
    Searched refs:SLboolean (Results 26 - 50 of 103) sorted by null

12 3 4 5

  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/SLES/
OpenSLES.h 73 typedef SLuint32 SLboolean;
74 #define SL_BOOLEAN_FALSE ((SLboolean) 0x00000000)
75 #define SL_BOOLEAN_TRUE ((SLboolean) 0x00000001)
404 SLboolean async
408 SLboolean async
433 SLboolean preemptable
438 SLboolean *pPreemptable
444 SLboolean enabled
485 SLboolean isForTelephony;
488 SLboolean isFreqRangeContinuous
    [all...]
  /prebuilt/ndk/android-ndk-r7/platforms/android-14/arch-arm/usr/include/SLES/
OpenSLES.h 73 typedef SLuint32 SLboolean;
74 #define SL_BOOLEAN_FALSE ((SLboolean) 0x00000000)
75 #define SL_BOOLEAN_TRUE ((SLboolean) 0x00000001)
404 SLboolean async
408 SLboolean async
433 SLboolean preemptable
438 SLboolean *pPreemptable
444 SLboolean enabled
485 SLboolean isForTelephony;
488 SLboolean isFreqRangeContinuous
    [all...]
OpenSLES_Android.h 56 SLboolean enabled);
60 SLboolean *pEnabled);
87 SLboolean enable,
93 SLboolean *pEnable
  /prebuilt/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/include/SLES/
OpenSLES.h 73 typedef SLuint32 SLboolean;
74 #define SL_BOOLEAN_FALSE ((SLboolean) 0x00000000)
75 #define SL_BOOLEAN_TRUE ((SLboolean) 0x00000001)
404 SLboolean async
408 SLboolean async
433 SLboolean preemptable
438 SLboolean *pPreemptable
444 SLboolean enabled
485 SLboolean isForTelephony;
488 SLboolean isFreqRangeContinuous
    [all...]
OpenSLES_Android.h 56 SLboolean enabled);
60 SLboolean *pEnabled);
87 SLboolean enable,
93 SLboolean *pEnable
  /prebuilt/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES.h 73 typedef SLuint32 SLboolean;
74 #define SL_BOOLEAN_FALSE ((SLboolean) 0x00000000)
75 #define SL_BOOLEAN_TRUE ((SLboolean) 0x00000001)
404 SLboolean async
408 SLboolean async
433 SLboolean preemptable
438 SLboolean *pPreemptable
444 SLboolean enabled
485 SLboolean isForTelephony;
488 SLboolean isFreqRangeContinuous
    [all...]
  /prebuilt/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/SLES/
OpenSLES.h 73 typedef SLuint32 SLboolean;
74 #define SL_BOOLEAN_FALSE ((SLboolean) 0x00000000)
75 #define SL_BOOLEAN_TRUE ((SLboolean) 0x00000001)
404 SLboolean async
408 SLboolean async
433 SLboolean preemptable
438 SLboolean *pPreemptable
444 SLboolean enabled
485 SLboolean isForTelephony;
488 SLboolean isFreqRangeContinuous
    [all...]
  /system/media/wilhelm/include/SLES/
OpenSLES.h 73 typedef SLuint32 SLboolean;
74 #define SL_BOOLEAN_FALSE ((SLboolean) 0x00000000)
75 #define SL_BOOLEAN_TRUE ((SLboolean) 0x00000001)
404 SLboolean async
408 SLboolean async
433 SLboolean preemptable
438 SLboolean *pPreemptable
444 SLboolean enabled
485 SLboolean isForTelephony;
488 SLboolean isFreqRangeContinuous
    [all...]
OpenSLES_Android.h 56 SLboolean enabled);
60 SLboolean *pEnabled);
87 SLboolean enable,
93 SLboolean *pEnable
  /system/media/wilhelm/src/itf/
ISeek.c 51 static SLresult ISeek_SetLoop(SLSeekItf self, SLboolean loopEnable,
108 static SLresult ISeek_GetLoop(SLSeekItf self, SLboolean *pLoopEnabled,
118 SLboolean loopEnabled = thiz->mLoopEnabled;
IVibra.c 22 static SLresult IVibra_Vibrate(SLVibraItf self, SLboolean vibrate)
36 static SLresult IVibra_IsVibrating(SLVibraItf self, SLboolean *pVibrating)
45 SLboolean vibrate = thiz->mVibrate;
I3DCommit.c 43 static SLresult I3DCommit_SetDeferred(SL3DCommitItf self, SLboolean deferred)
I3DSource.c 22 static SLresult I3DSource_SetHeadRelative(SL3DSourceItf self, SLboolean headRelative)
36 static SLresult I3DSource_GetHeadRelative(SL3DSourceItf self, SLboolean *pHeadRelative)
45 SLboolean headRelative = thiz->mHeadRelative;
97 static SLresult I3DSource_SetRolloffMaxDistanceMute(SL3DSourceItf self, SLboolean mute)
111 static SLresult I3DSource_GetRolloffMaxDistanceMute(SL3DSourceItf self, SLboolean *pMute)
120 SLboolean mute = thiz->mRolloffMaxDistanceMute;
IAndroidEffectSend.c 23 SLInterfaceID effectImplementationId, SLboolean enable, SLmillibel initialLevel)
61 SLInterfaceID effectImplementationId, SLboolean *pEnable)
71 SLboolean enable = thiz->mEnabled;
IAndroidEffect.cpp 62 SLInterfaceID effectImplementationId, SLboolean enabled) {
74 SLInterfaceID effectImplementationId, SLboolean * pEnabled) {
IDeviceVolume.c 23 SLint32 *pMinValue, SLint32 *pMaxValue, SLboolean *pIsMillibelScale)
  /system/media/wilhelm/src/
sl_entry.c 23 const SLInterfaceID *pInterfaceIds, const SLboolean *pInterfaceRequired)
xa_entry.c 29 (const SLInterfaceID *) pInterfaceIds, (const SLboolean *) pInterfaceRequired,
ThreadPool.h 57 SLboolean mShutdown; ///< Whether shutdown of thread pool has been requested
  /system/media/wilhelm/src/android/
AudioPlayer_to_android.h 48 extern SLresult android_audioPlayer_realize(CAudioPlayer *pAudioPlayer, SLboolean async);
126 extern SLresult android_audioPlayer_loop(CAudioPlayer *pAudioPlayer, SLboolean loopEnable);
android_Effect.h 85 SLboolean enabled);
88 SLboolean *pEnabled);
112 SLboolean attach, SLmillibel sendLevel);
OutputMix_to_android.cpp 29 SLresult android_outputMix_realize(COutputMix *om, SLboolean async) {
  /system/media/wilhelm/src/objects/
CEngine.c 52 SLresult CEngine_Realize(void *self, SLboolean async)
79 SLresult CEngine_Resume(void *self, SLboolean async)
  /development/ndk/platforms/android-14/include/SLES/
OpenSLES_Android.h 56 SLboolean enabled);
60 SLboolean *pEnabled);
87 SLboolean enable,
93 SLboolean *pEnable
  /system/media/wilhelm/tests/examples/
slesTestBassBoostPath.cpp 76 SLboolean required[MAX_NUMBER_INTERFACES];
194 SLboolean strengthSupported = SL_BOOLEAN_FALSE;
212 SLboolean previousEnabled = SL_BOOLEAN_FALSE;
214 SLboolean enabled;

Completed in 708 milliseconds

12 3 4 5