Searched refs:formatType (Results 1 - 25 of 39) sorted by relevance

12

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothGattCharacteristic.java500 * <p>The formatType parameter determines how the characteristic value
501 * is to be interpreted. For example, settting formatType to
506 * @param formatType The format type used to interpret the characteristic
512 public Integer getIntValue(int formatType, int offset) { argument
513 if ((offset + getTypeLen(formatType)) > mValue.length) return null;
515 switch (formatType) {
544 * @param formatType The format type used to interpret the characteristic
550 public Float getFloatValue(int formatType, int offset) { argument
551 if ((offset + getTypeLen(formatType)) > mValue.length) return null;
553 switch (formatType) {
605 setValue(int value, int formatType, int offset) argument
652 setValue(int mantissa, int exponent, int formatType, int offset) argument
697 getTypeLen(int formatType) argument
[all...]
/frameworks/wilhelm/src/android/
H A Dandroid_sles_conversions.h33 switch (df_pcm->formatType) {
/frameworks/wilhelm/src/
H A Ddata.cpp347 SLuint32 formatType; local
349 pDataFormat->mFormatType = formatType = SL_DATAFORMAT_NULL;
351 formatType = *(SLuint32 *)pFormat;
352 switch (formatType) {
573 SL_LOGE("%s: formatType=%u", name, (unsigned) formatType);
579 if ((SL_RESULT_SUCCESS == result) && (formatType != pDataFormat->mFormatType)) {
580 SL_LOGE("%s: formatType changed from %u to %u", name, formatType,
590 switch (formatType) {
[all...]
/frameworks/wilhelm/src/desktop/
H A DSndFile.cpp141 SLuint32 formatType = *(SLuint32 *)pAudioSrc->pFormat; local
158 switch (formatType) {
/frameworks/wilhelm/tests/listening/
H A DseekTorture.c65 mime.formatType = SL_DATAFORMAT_MIME;
/frameworks/wilhelm/tests/sandbox/
H A Durimime.c61 format_mime.formatType = SL_DATAFORMAT_MIME;
H A Dxa.c83 fmtMime.formatType = XA_DATAFORMAT_MIME;
H A Dconfigbq.c108 format_pcm.formatType = SL_DATAFORMAT_PCM;
H A Dintbufq.c112 pcm.formatType = SL_DATAFORMAT_PCM;
H A Dsrcsink.c43 format_pcm.formatType = SL_DATAFORMAT_PCM;
/frameworks/wilhelm/tests/examples/
H A DslesTestDecodeToBuffQueue.cpp334 decMime.formatType = SL_DATAFORMAT_MIME;
346 pcm.formatType = SL_DATAFORMAT_PCM;
H A DslesTestBassBoostPath.cpp131 mime.formatType = SL_DATAFORMAT_MIME;
H A DslesTestPlayFdPath.cpp141 mime.formatType = SL_DATAFORMAT_MIME;
H A DslesTestSawtoothBufferQueue.cpp166 pcm.formatType = SL_DATAFORMAT_PCM;
H A DslesTestVirtualizerPath.cpp132 mime.formatType = SL_DATAFORMAT_MIME;
H A DslesTestEqFdPath.cpp136 mime.formatType = SL_DATAFORMAT_MIME;
H A DslesTestEqOutputPath.cpp143 mime.formatType = SL_DATAFORMAT_MIME;
H A DslesTestSendToPresetReverb.cpp191 mime.formatType = SL_DATAFORMAT_MIME;
/frameworks/wilhelm/include/SLES/
H A DOpenSLES_Android.h48 SLuint32 formatType; member in struct:SLAndroidDataFormat_PCM_EX_
/frameworks/wilhelm/tests/mimeUri/
H A DslesTestLoopUri.cpp168 mime.formatType = SL_DATAFORMAT_MIME;
H A DslesTestPlayStreamType.cpp118 mime.formatType = SL_DATAFORMAT_MIME;
H A DslesTestPlayUri.cpp174 mime.formatType = SL_DATAFORMAT_MIME;
H A DslesTestPlayUri2.cpp127 mime.formatType = SL_DATAFORMAT_MIME;
H A DslesTest_playStates.cpp112 mime.formatType = SL_DATAFORMAT_MIME;
/frameworks/wilhelm/tests/
H A DmimeUri_test.cpp148 mime.formatType = SL_DATAFORMAT_MIME;

Completed in 379 milliseconds

12