Home
last modified time | relevance | path

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

/hardware/interfaces/audio/aidl/android/hardware/audio/core/
DStreamDescriptor.aidl426 int frameSizeBytes;
/hardware/interfaces/audio/aidl/aidl_api/android.hardware.audio.core/current/android/hardware/audio/core/
DStreamDescriptor.aidl39 int frameSizeBytes;
/hardware/interfaces/audio/aidl/aidl_api/android.hardware.audio.core/2/android/hardware/audio/core/
DStreamDescriptor.aidl39 int frameSizeBytes;
/hardware/interfaces/audio/aidl/aidl_api/android.hardware.audio.core/1/android/hardware/audio/core/
DStreamDescriptor.aidl39 int frameSizeBytes;
/hardware/interfaces/audio/aidl/default/
DStream.cpp57 desc->frameSizeBytes = getFrameSize(); in fillDescriptor()
/hardware/interfaces/audio/aidl/vts/
DVtsHalAudioCoreModuleTargetTest.cpp636 : mFrameSizeBytes(descriptor.frameSizeBytes), in StreamContext()
2907 StreamLogicDefaultDriver(std::shared_ptr<StateSequence> commands, size_t frameSizeBytes) in StreamLogicDefaultDriver() argument
2908 : mCommands(commands), mFrameSizeBytes(frameSizeBytes) { in StreamLogicDefaultDriver()