OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:slint32
(Results
101 - 103
of
103
) sorted by null
1
2
3
4
5
/prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/SLES/
OpenSLES_Android.h
306
SLint32
fd;
/ndk/docs/opensles/
index.html
470
<code>
SLint32
</code> to <code>SLuint32</code> or similar, or add a cast.
546
SLint32
streamType = SL_ANDROID_STREAM_ALARM;
548
SL_ANDROID_KEY_STREAM_TYPE, &streamType, sizeof(
SLint32
));
[
all
...]
/frameworks/wilhelm/src/android/
AudioPlayer_to_android.cpp
31
#define KEY_STREAM_TYPE_PARAMSIZE sizeof(
SLint32
)
440
SLresult audioPlayer_setStreamType(CAudioPlayer* ap,
SLint32
type) {
484
SLresult audioPlayer_getStreamType(CAudioPlayer* ap,
SLint32
*pType) {
[
all
...]
Completed in 260 milliseconds
1
2
3
4
5