Home
last modified time | relevance | path

Searched refs:bufferSizeFrames (Results 1 – 17 of 17) sorted by relevance

/hardware/interfaces/audio/aidl/android/hardware/audio/core/
DIModule.aidl386 long bufferSizeFrames;
463 long bufferSizeFrames;
DStreamDescriptor.aidl434 long bufferSizeFrames;
/hardware/interfaces/audio/aidl/aidl_api/android.hardware.audio.core/1/android/hardware/audio/core/
DIModule.aidl83 long bufferSizeFrames;
95 long bufferSizeFrames;
DStreamDescriptor.aidl40 long bufferSizeFrames;
/hardware/interfaces/audio/aidl/aidl_api/android.hardware.audio.core/2/android/hardware/audio/core/
DIModule.aidl84 long bufferSizeFrames;
96 long bufferSizeFrames;
DStreamDescriptor.aidl40 long bufferSizeFrames;
/hardware/interfaces/audio/aidl/aidl_api/android.hardware.audio.core/current/android/hardware/audio/core/
DIModule.aidl84 long bufferSizeFrames;
96 long bufferSizeFrames;
DStreamDescriptor.aidl40 long bufferSizeFrames;
/hardware/interfaces/audio/2.0/
Dtypes.hal82 int32_t bufferSizeFrames; // total buffer size in frames
/hardware/interfaces/audio/aidl/vts/
DVtsHalAudioCoreModuleTargetTest.cpp639 mBufferSizeFrames(descriptor.bufferSizeFrames), in StreamContext()
1186 ScopedAStatus SetUpNoChecks(IModule* module, long bufferSizeFrames) { in SetUpNoChecks() argument
1187 return SetUpNoChecks(module, mPortConfig.get(), bufferSizeFrames); in SetUpNoChecks()
1190 long bufferSizeFrames);
1191 void SetUpStream(IModule* module, long bufferSizeFrames) { in SetUpStream() argument
1192 ASSERT_IS_OK(SetUpNoChecks(module, bufferSizeFrames)) << "port config id " << getPortId(); in SetUpStream()
1194 EXPECT_GE(mDescriptor.bufferSizeFrames, bufferSizeFrames) in SetUpStream()
1199 void SetUp(IModule* module, long bufferSizeFrames) { in SetUp() argument
1201 ASSERT_NO_FATAL_FAILURE(SetUpStream(module, bufferSizeFrames)); in SetUp()
1231 long bufferSizeFrames) { in SetUpNoChecks() argument
[all …]
/hardware/interfaces/audio/core/all-versions/default/include/core/default/
DStream.h200 info.bufferSizeFrames = halInfo.buffer_size_frames; in createMmapBuffer()
/hardware/interfaces/audio/5.0/
Dtypes.hal77 uint32_t bufferSizeFrames;
/hardware/interfaces/audio/4.0/
Dtypes.hal100 uint32_t bufferSizeFrames;
/hardware/interfaces/audio/aidl/default/
DModule.cpp857 << ", buffer size " << in_args.bufferSizeFrames << " frames"; in openInputStream()
866 RETURN_STATUS_IF_ERROR(createStreamContext(in_args.portConfigId, in_args.bufferSizeFrames, in openInputStream()
889 << in_args.bufferSizeFrames << " frames"; in openOutputStream()
912 RETURN_STATUS_IF_ERROR(createStreamContext(in_args.portConfigId, in_args.bufferSizeFrames, in openOutputStream()
DStream.cpp58 desc->bufferSizeFrames = getBufferSizeInFrames(); in fillDescriptor()
/hardware/interfaces/audio/6.0/
Dtypes.hal77 uint32_t bufferSizeFrames;
/hardware/interfaces/audio/7.0/
Dtypes.hal78 uint32_t bufferSizeFrames;