HomeSort by relevance Sort by last modified time
    Searched refs:SLresult (Results 1 - 25 of 148) sorted by null

1 2 3 4 5 6

  /frameworks/wilhelm/src/android/
OutputMix_to_android.h 18 extern SLresult android_outputMix_create(COutputMix *om);
20 extern SLresult android_outputMix_realize(COutputMix *om, SLboolean async);
22 extern SLresult android_outputMix_destroy(COutputMix *om);
AudioPlayer_to_android.h 28 extern SLresult android_audioPlayer_checkSourceSink(CAudioPlayer *pAudioPlayer);
43 extern SLresult android_audioPlayer_realize(CAudioPlayer *pAudioPlayer, SLboolean async);
52 extern SLresult android_audioPlayer_setConfig(CAudioPlayer *pAudioPlayer, const SLchar *configKey,
64 extern SLresult android_audioPlayer_getConfig(CAudioPlayer *pAudioPlayer, const SLchar *configKey,
67 extern SLresult android_audioPlayer_preDestroy(CAudioPlayer *pAudioPlayer);
69 extern SLresult android_audioPlayer_destroy(CAudioPlayer *pAudioPlayer);
74 extern SLresult android_audioPlayer_setPlaybackRateAndConstraints(CAudioPlayer *pAudioPlayer,
77 extern SLresult android_audioPlayer_getDuration(IPlay *pPlayItf, SLmillisecond *pDurMsec);
81 extern SLresult android_audioPlayer_setBufferingUpdateThresholdPerMille(CAudioPlayer *pAudioPlayer,
97 extern SLresult android_audioPlayer_metadata_getItemCount(CAudioPlayer *pAudioPlayer
    [all...]
AudioRecorder_to_android.h 20 extern SLresult android_audioRecorder_checkSourceSink(CAudioRecorder* ar);
22 extern SLresult android_audioRecorder_create(CAudioRecorder* ar);
31 extern SLresult android_audioRecorder_setConfig(CAudioRecorder* ar, const SLchar *configKey,
43 extern SLresult android_audioRecorder_getConfig(CAudioRecorder* ar, const SLchar *configKey,
46 extern SLresult android_audioRecorder_realize(CAudioRecorder* ar, SLboolean async);
VideoCodec_to_android.h 68 extern SLresult android_videoCodec_getProfileLevelCombinationNb(XAuint32 decoderId, XAuint32 *pNb);
82 extern SLresult android_videoCodec_getProfileLevelCombination(XAuint32 decoderId,
OutputMix_to_android.cpp 23 SLresult android_outputMix_create(COutputMix *om) {
29 SLresult android_outputMix_realize(COutputMix *om, SLboolean async) {
30 SLresult result = SL_RESULT_SUCCESS;
66 SLresult android_outputMix_destroy(COutputMix *om) {
  /cts/tests/tests/media/libndkaudio/
AudioPlayer.h 32 SLresult Open(int numChannels, AudioSource* filler);
35 SLresult RealizePlayer();
36 SLresult RealizeRoutingProxy();
38 SLresult Start();
50 SLresult enqueBuffer();
AudioPlayer.cpp 54 SLresult result;
130 SLresult AudioPlayer::Open(int numChannels, AudioSource* source) {
133 SLresult result;
201 SLresult AudioPlayer::RealizePlayer() {
202 SLresult result;
236 SLresult AudioPlayer::RealizeRoutingProxy() {
237 SLresult result;
250 SLresult AudioPlayer::Start() {
255 SLresult result = (*bqPlayerPlay_)->SetPlayState(bqPlayerPlay_,
270 SLresult AudioPlayer::enqueBuffer()
    [all...]
  /frameworks/wilhelm/src/desktop/
SLSndFile.h 21 extern SLresult SndFile_checkAudioPlayerSourceSink(CAudioPlayer *thiz);
23 extern SLresult SndFile_Realize(CAudioPlayer *thiz);
  /frameworks/wilhelm/include/SLES/
OpenSLES_Android.h 94 SLresult (*CreateEffect) (SLAndroidEffectItf self,
97 SLresult (*ReleaseEffect) (SLAndroidEffectItf self,
100 SLresult (*SetEnabled) (SLAndroidEffectItf self,
104 SLresult (*IsEnabled) (SLAndroidEffectItf self,
108 SLresult (*SendCommand) (SLAndroidEffectItf self,
130 SLresult (*EnableEffectSend) (
136 SLresult (*IsEnabled) (
141 SLresult (*SetDirectLevel) (
145 SLresult (*GetDirectLevel) (
149 SLresult (*SetSendLevel)
    [all...]
OpenSLES.h 85 typedef SLuint32 SLresult;
395 SLresult result,
402 SLresult (*Realize) (
406 SLresult (*Resume) (
410 SLresult (*GetState) (
414 SLresult (*GetInterface) (
419 SLresult (*RegisterCallback) (
430 SLresult (*SetPriority) (
435 SLresult (*GetPriority) (
440 SLresult (*SetLossOfControlInterfaces)
    [all...]
  /frameworks/wilhelm/src/ut/
OpenSLESUT.h 24 extern const char *slesutResultToString(SLresult result);
slesutResult.c 51 const char *slesutResultToString(SLresult result)
53 // note that SLresult is unsigned
  /frameworks/wilhelm/src/objects/
CAudioRecorder.cpp 24 SLresult CAudioRecorder_Realize(void *self, SLboolean async)
26 SLresult result = SL_RESULT_SUCCESS;
39 SLresult CAudioRecorder_Resume(void *self, SLboolean async)
COutputMix.cpp 24 SLresult COutputMix_Realize(void *self, SLboolean async)
26 SLresult result = SL_RESULT_SUCCESS;
39 SLresult COutputMix_Resume(void *self, SLboolean async)
  /frameworks/wilhelm/src/
trace.h 35 #define SL_ENTER_GLOBAL SLresult result;
37 #define SL_ENTER_INTERFACE SLresult result;
50 extern void slTraceLeaveGlobal(const char *function, SLresult result);
52 extern void slTraceLeaveInterface(const char *function, SLresult result);
55 #define SL_ENTER_GLOBAL SLresult result; slTraceEnterGlobal(__FUNCTION__);
57 #define SL_ENTER_INTERFACE SLresult result; slTraceEnterInterface(__FUNCTION__);
sl_entry.cpp 21 SL_API SLresult SLAPIENTRY slCreateEngine(SLObjectItf *pEngine, SLuint32 numOptions,
37 SL_API SLresult SLAPIENTRY slQueryNumSupportedEngineInterfaces(SLuint32 *pNumSupportedInterfaces)
52 SL_API SLresult SLAPIENTRY slQuerySupportedEngineInterfaces(SLuint32 index,
sles_allinclusive.h 115 //typedef SLresult (*ResultHook)(void *self);
116 typedef SLresult (*AsyncHook)(void *self, SLboolean async);
297 extern SLresult checkInterfaces(const ClassTable *clazz,
337 extern SLresult CAudioPlayer_Realize(void *self, SLboolean async);
338 extern SLresult CAudioPlayer_Resume(void *self, SLboolean async);
342 extern SLresult CAudioRecorder_Realize(void *self, SLboolean async);
343 extern SLresult CAudioRecorder_Resume(void *self, SLboolean async);
347 extern SLresult CEngine_Realize(void *self, SLboolean async);
348 extern SLresult CEngine_Resume(void *self, SLboolean async);
353 extern SLresult COutputMix_Realize(void *self, SLboolean async)
    [all...]
ThreadPool.h 86 extern SLresult ThreadPool_init(ThreadPool *tp, unsigned maxClosures, unsigned maxThreads);
88 extern SLresult ThreadPool_add(ThreadPool *tp, ClosureKind kind,
92 extern SLresult ThreadPool_add_ppi(ThreadPool *tp, ClosureHandler_ppi handler,
94 extern SLresult ThreadPool_add_ppii(ThreadPool *tp, ClosureHandler_ppii handler,
96 extern SLresult ThreadPool_add_piipp(ThreadPool *tp, ClosureHandler_piipp handler,
  /frameworks/wilhelm/src/itf/
IDynamicSource.cpp 22 static SLresult IDynamicSource_SetSource(SLDynamicSourceItf self, SLDataSource *pDataSource)
32 SLresult result;
IMIDITempo.cpp 22 static SLresult IMIDITempo_SetTicksPerQuarterNote(SLMIDITempoItf self, SLuint32 tpqn)
40 static SLresult IMIDITempo_GetTicksPerQuarterNote(SLMIDITempoItf self, SLuint32 *pTpqn)
59 static SLresult IMIDITempo_SetMicrosecondsPerQuarterNote(SLMIDITempoItf self, SLmicrosecond uspqn)
78 static SLresult IMIDITempo_GetMicrosecondsPerQuarterNote(SLMIDITempoItf self, SLmicrosecond *uspqn)
IMIDIMessage.cpp 22 static SLresult IMIDIMessage_SendMessage(SLMIDIMessageItf self, const SLuint8 *data,
38 static SLresult IMIDIMessage_RegisterMetaEventCallback(SLMIDIMessageItf self,
54 static SLresult IMIDIMessage_RegisterMIDIMessageCallback(SLMIDIMessageItf self,
70 static SLresult IMIDIMessage_AddMIDIMessageCallbackFilter(SLMIDIMessageItf self,
101 static SLresult IMIDIMessage_ClearMIDIMessageCallbackFilter(SLMIDIMessageItf self)
IMetadataTraversal.cpp 22 static SLresult IMetadataTraversal_SetMode(SLMetadataTraversalItf self, SLuint32 mode)
46 static SLresult IMetadataTraversal_GetChildCount(SLMetadataTraversalItf self, SLuint32 *pCount)
65 static SLresult IMetadataTraversal_GetChildMIMETypeSize(
85 static SLresult IMetadataTraversal_GetChildInfo(SLMetadataTraversalItf self, SLuint32 index,
97 static SLresult IMetadataTraversal_SetActiveNode(SLMetadataTraversalItf self, SLuint32 index)
IMIDIMuteSolo.cpp 22 static SLresult IMIDIMuteSolo_SetChannelMute(SLMIDIMuteSoloItf self, SLuint8 channel,
45 static SLresult IMIDIMuteSolo_GetChannelMute(SLMIDIMuteSoloItf self, SLuint8 channel,
65 static SLresult IMIDIMuteSolo_SetChannelSolo(SLMIDIMuteSoloItf self, SLuint8 channel,
88 static SLresult IMIDIMuteSolo_GetChannelSolo(SLMIDIMuteSoloItf self, SLuint8 channel,
108 static SLresult IMIDIMuteSolo_GetTrackCount(SLMIDIMuteSoloItf self, SLuint16 *pCount)
126 static SLresult IMIDIMuteSolo_SetTrackMute(SLMIDIMuteSoloItf self, SLuint16 track, SLboolean mute)
149 static SLresult IMIDIMuteSolo_GetTrackMute(SLMIDIMuteSoloItf self, SLuint16 track, SLboolean *pMute)
169 static SLresult IMIDIMuteSolo_SetTrackSolo(SLMIDIMuteSoloItf self, SLuint16 track, SLboolean solo)
191 static SLresult IMIDIMuteSolo_GetTrackSolo(SLMIDIMuteSoloItf self, SLuint16 track, SLboolean *pSolo)
IVolume.cpp 22 static SLresult IVolume_SetVolumeLevel(SLVolumeItf self, SLmillibel level_)
46 static SLresult IVolume_GetVolumeLevel(SLVolumeItf self, SLmillibel *pLevel)
65 static SLresult IVolume_GetMaxVolumeLevel(SLVolumeItf self, SLmillibel *pMaxLevel)
80 static SLresult IVolume_SetMute(SLVolumeItf self, SLboolean mute)
100 static SLresult IVolume_GetMute(SLVolumeItf self, SLboolean *pMute)
119 static SLresult IVolume_EnableStereoPosition(SLVolumeItf self, SLboolean enable)
139 static SLresult IVolume_IsEnabledStereoPosition(SLVolumeItf self, SLboolean *pEnable)
158 static SLresult IVolume_SetStereoPosition(SLVolumeItf self, SLpermille stereoPosition)
181 static SLresult IVolume_GetStereoPosition(SLVolumeItf self, SLpermille *pStereoPosition)
  /frameworks/wilhelm/src/android/include/
AacBqToPcmCbRenderer.h 44 static SLresult validateBufferStartEndOnFrameBoundaries(void* data, size_t size);

Completed in 896 milliseconds

1 2 3 4 5 6