Home
last modified time | relevance | path

Searched refs:SLint16 (Results 1 – 6 of 6) sorted by relevance

/frameworks/wilhelm/src/itf/
DIEngineCapabilities.cpp42 SLuint16 voiceType, SLint16 *pNumMaxVoices, SLboolean *pIsAbsoluteMax, SLint16 *pNumFreeVoices) in IEngineCapabilities_QueryAvailableVoices()
69 SLEngineCapabilitiesItf self, SLint16 *pNum) in IEngineCapabilities_QueryNumberOfMIDISynthesizers()
85 SLint16 *pMajor, SLint16 *pMinor, SLint16 *pStep) in IEngineCapabilities_QueryAPIVersion()
DIEngine.cpp897 SLuint32 index, SLchar *pExtensionName, SLint16 *pNameLength) in IEngine_QuerySupportedExtension()
916 SLint16 availableNameLength = *pNameLength; in IEngine_QuerySupportedExtension()
1388 index, pExtensionName, (SLint16 *) pNameLength); in IXAEngine_QuerySupportedExtension()
DIObject.cpp687 SLint16 numInterfaces, SLInterfaceID *pInterfaceIDs, SLboolean enabled) in IObject_SetLossOfControlInterfaces()
/frameworks/wilhelm/include/SLES/
DOpenSLES.h68 typedef sl_int16_t SLint16; /* 16 bit signed integer */ typedef
78 typedef SLint16 SLmillibel;
83 typedef SLint16 SLpermille;
442 SLint16 numInterfaces,
460 #define SL_DEVCONNECTION_INTEGRATED ((SLint16) 0x0001)
461 #define SL_DEVCONNECTION_ATTACHED_WIRED ((SLint16) 0x0100)
462 #define SL_DEVCONNECTION_ATTACHED_WIRELESS ((SLint16) 0x0200)
463 #define SL_DEVCONNECTION_NETWORK ((SLint16) 0x0400)
482 SLint16 deviceConnection;
483 SLint16 deviceScope;
[all …]
/frameworks/wilhelm/tests/examples/
DslesTestSawtoothBufferQueue.cpp74 SLint16* pDataBase; // Base adress of local audio data storage
75 SLint16* pData; // Current adress of local audio data storage
80 SLint16 pcmData[AUDIO_DATA_STORAGE_SIZE];
/frameworks/wilhelm/tests/sandbox/
Dobject.c95 SLint16 nameLength = -1; in main()
138 assert((1 <= nameLength) && (nameLength <= (SLint16) sizeof(extensionName))); in main()