Home
last modified time | relevance | path

Searched refs:formatType (Results 1 – 25 of 40) sorted by relevance

12

/frameworks/base/core/java/android/bluetooth/
DBluetoothGattCharacteristic.java504 public Integer getIntValue(int formatType, int offset) { in getIntValue() argument
505 if ((offset + getTypeLen(formatType)) > mValue.length) return null; in getIntValue()
507 switch (formatType) { in getIntValue()
542 public Float getFloatValue(int formatType, int offset) { in getFloatValue() argument
543 if ((offset + getTypeLen(formatType)) > mValue.length) return null; in getFloatValue()
545 switch (formatType) { in getFloatValue()
597 public boolean setValue(int value, int formatType, int offset) { in setValue() argument
598 int len = offset + getTypeLen(formatType); in setValue()
602 switch (formatType) { in setValue()
644 public boolean setValue(int mantissa, int exponent, int formatType, int offset) { in setValue() argument
[all …]
/frameworks/wilhelm/src/
Ddata.c347 SLuint32 formatType; in checkDataFormat() local
349 pDataFormat->mFormatType = formatType = SL_DATAFORMAT_NULL; in checkDataFormat()
351 formatType = *(SLuint32 *)pFormat; in checkDataFormat()
352 switch (formatType) { in checkDataFormat()
573 SL_LOGE("%s: formatType=%u", name, (unsigned) formatType); in checkDataFormat()
579 if ((SL_RESULT_SUCCESS == result) && (formatType != pDataFormat->mFormatType)) { in checkDataFormat()
580 SL_LOGE("%s: formatType changed from %u to %u", name, formatType, in checkDataFormat()
590 switch (formatType) { in checkDataFormat()
596 actualMask = 1L << formatType; in checkDataFormat()
604 SL_LOGE("%s: data format %d not allowed", name, formatType); in checkDataFormat()
/frameworks/wilhelm/src/android/
Dandroid_sles_conversions.h33 switch (df_pcm->formatType) { in sles_to_android_sampleFormat()
/frameworks/wilhelm/src/desktop/
DSndFile.c141 SLuint32 formatType = *(SLuint32 *)pAudioSrc->pFormat; in SndFile_checkAudioPlayerSourceSink() local
158 switch (formatType) { in SndFile_checkAudioPlayerSourceSink()
/frameworks/wilhelm/tests/sandbox/
Dxa.c83 fmtMime.formatType = XA_DATAFORMAT_MIME; in main()
Durimime.c61 format_mime.formatType = SL_DATAFORMAT_MIME; in main()
Dconfigbq.c108 format_pcm.formatType = SL_DATAFORMAT_PCM; in main()
Dsrcsink.c43 format_pcm.formatType = SL_DATAFORMAT_PCM; in main()
Dintbufq.c112 pcm.formatType = SL_DATAFORMAT_PCM; in main()
/frameworks/wilhelm/tests/listening/
DseekTorture.c65 mime.formatType = SL_DATAFORMAT_MIME; in main()
/frameworks/wilhelm/tests/examples/
DslesTestDecodeToBuffQueue.cpp334 decMime.formatType = SL_DATAFORMAT_MIME; in TestDecToBuffQueue()
346 pcm.formatType = SL_DATAFORMAT_PCM; in TestDecToBuffQueue()
DslesTestPlayFdPath.cpp141 mime.formatType = SL_DATAFORMAT_MIME; in TestPlayPathFromFD()
DslesTestSawtoothBufferQueue.cpp166 pcm.formatType = SL_DATAFORMAT_PCM; in TestPlaySawtoothBufferQueue()
DslesTestBassBoostPath.cpp131 mime.formatType = SL_DATAFORMAT_MIME; in TestBassBoostPathFromFD()
DslesTestVirtualizerPath.cpp132 mime.formatType = SL_DATAFORMAT_MIME; in TestVirtualizerPathFromFD()
DslesTestEqOutputPath.cpp143 mime.formatType = SL_DATAFORMAT_MIME; in TestEQPathFromFD()
DslesTestEqFdPath.cpp136 mime.formatType = SL_DATAFORMAT_MIME; in TestEQPathFromFD()
/frameworks/wilhelm/tests/mimeUri/
DslesTest_playStates.cpp112 mime.formatType = SL_DATAFORMAT_MIME; in TestPlayUri()
DslesTestPlayStreamType.cpp118 mime.formatType = SL_DATAFORMAT_MIME; in TestStreamTypeConfiguration()
DslesTestPlayUri2.cpp127 mime.formatType = SL_DATAFORMAT_MIME; in TestPlayUri()
DslesTestLoopUri.cpp168 mime.formatType = SL_DATAFORMAT_MIME; in TestLoopUri()
DslesTestPlayUri.cpp174 mime.formatType = SL_DATAFORMAT_MIME; in TestPlayUri()
/frameworks/wilhelm/tests/
DmimeUri_test.cpp148 mime.formatType = SL_DATAFORMAT_MIME; in TestPlayUri()
/frameworks/base/telephony/java/android/telephony/
DPhoneNumberUtils.java1205 int formatType = defaultFormattingType; in formatNumber() local
1209 formatType = FORMAT_NANP; in formatNumber()
1212 formatType = FORMAT_JAPAN; in formatNumber()
1214 formatType = FORMAT_UNKNOWN; in formatNumber()
1218 switch (formatType) { in formatNumber()
/frameworks/wilhelm/include/SLES/
DOpenSLES_Android.h48 SLuint32 formatType; member

12