Home
last modified time | relevance | path

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

/frameworks/base/services/usb/java/com/android/server/usb/descriptors/
DUsb20ASGeneral.java31 private byte mFormatType; // 5:1 Constant identifying the Format Type the field in Usb20ASGeneral
57 return mFormatType; in getFormatType()
81 mFormatType = stream.getByte(); in parseRawDescriptors()
DUsbASFormat.java30 private final byte mFormatType; // 3:1 FORMAT_TYPE_* field in UsbASFormat
45 mFormatType = formatType; in UsbASFormat()
49 return mFormatType; in getFormatType()
/frameworks/wilhelm/src/itf/
DIEngine.cpp63 assert(SL_DATAFORMAT_MIME == ap->mDataSource.mFormat.mFormatType); in initializeAndroidBufferQueueMembers()
200 thiz->mDataSource.mFormat.mFormatType = SL_DATAFORMAT_NULL; in IEngine_CreateAudioPlayer()
204 thiz->mDataSink.mFormat.mFormatType = SL_DATAFORMAT_NULL; in IEngine_CreateAudioPlayer()
304 assert(SL_DATAFORMAT_PCM == thiz->mDataSource.mFormat.mFormatType in IEngine_CreateAudioPlayer()
306 == thiz->mDataSource.mFormat.mFormatType); in IEngine_CreateAudioPlayer()
327 assert(SL_DATAFORMAT_PCM == thiz->mDataSink.mFormat.mFormatType in IEngine_CreateAudioPlayer()
329 == thiz->mDataSink.mFormat.mFormatType); in IEngine_CreateAudioPlayer()
446 thiz->mDataSource.mFormat.mFormatType = SL_DATAFORMAT_NULL; in IEngine_CreateAudioRecorder()
450 thiz->mDataSink.mFormat.mFormatType = SL_DATAFORMAT_NULL; in IEngine_CreateAudioRecorder()
1097 thiz->mDataSource.mFormat.mFormatType = XA_DATAFORMAT_NULL; in IEngine_CreateMediaPlayer()
[all …]
DIOutputMixExt.cpp365 switch (thiz->mDataSource.mFormat.mFormatType) { in IOutputMixExt_checkAudioPlayerSourceSink()
/frameworks/wilhelm/src/
Ddata.cpp347 pDataFormat->mFormatType = formatType = SL_DATAFORMAT_NULL; in checkDataFormat()
577 if ((SL_RESULT_SUCCESS == result) && (formatType != pDataFormat->mFormatType)) { in checkDataFormat()
579 pDataFormat->mFormatType); in checkDataFormat()
669 (SL_DATAFORMAT_PCM == pSrcDataLocatorFormat->mFormat.mFormatType) && in checkSourceSinkVsInterfacesCompatibility()
734 switch (pDataFormat->mFormatType) { in freeDataFormat()
766 pDataLocatorFormat->mFormat.mFormatType = SL_DATAFORMAT_NULL; in checkDataSource()
846 pDataLocatorFormat->mFormat.mFormatType = SL_DATAFORMAT_NULL; in checkDataSink()
Ddata.h38 SLuint32 mFormatType; member