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

12

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothGattCharacteristic.java432 * <p>The formatType parameter determines how the characteristic value
433 * is to be interpreted. For example, settting formatType to
438 * @param formatType The format type used to interpret the characteristic
444 public Integer getIntValue(int formatType, int offset) { argument
445 if ((offset + getTypeLen(formatType)) > mValue.length) return null;
447 switch (formatType) {
476 * @param formatType The format type used to interpret the characteristic
482 public Float getFloatValue(int formatType, int offset) { argument
483 if ((offset + getTypeLen(formatType)) > mValue.length) return null;
485 switch (formatType) {
537 setValue(int value, int formatType, int offset) argument
584 setValue(int mantissa, int exponent, int formatType, int offset) argument
629 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.c345 SLuint32 formatType; local
347 pDataFormat->mFormatType = formatType = SL_DATAFORMAT_NULL;
349 formatType = *(SLuint32 *)pFormat;
350 switch (formatType) {
618 SL_LOGE("%s: formatType=%u", name, (unsigned) formatType);
624 if ((SL_RESULT_SUCCESS == result) && (formatType != pDataFormat->mFormatType)) {
625 SL_LOGE("%s: formatType changed from %u to %u", name, formatType,
635 switch (formatType) {
[all...]
/frameworks/wilhelm/src/desktop/
H A DSndFile.c141 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.c82 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.cpp120 mime.formatType = SL_DATAFORMAT_MIME;
H A DslesTestSawtoothBufferQueue.cpp169 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.h47 SLuint32 formatType; member in struct:SLAndroidDataFormat_PCM_EX_
/frameworks/wilhelm/tests/mimeUri/
H A DslesTestLoopUri.cpp171 mime.formatType = SL_DATAFORMAT_MIME;
H A DslesTestPlayStreamType.cpp118 mime.formatType = SL_DATAFORMAT_MIME;
H A DslesTestPlayUri.cpp177 mime.formatType = SL_DATAFORMAT_MIME;
H A DslesTestPlayUri2.cpp127 mime.formatType = SL_DATAFORMAT_MIME;
H A DslesTest_playStates.cpp113 mime.formatType = SL_DATAFORMAT_MIME;
/frameworks/wilhelm/tests/
H A DmimeUri_test.cpp151 mime.formatType = SL_DATAFORMAT_MIME;

Completed in 271 milliseconds

12