Searched refs:bufferSizeFrames (Results 1 – 17 of 17) sorted by relevance
/hardware/interfaces/audio/aidl/android/hardware/audio/core/ |
D | IModule.aidl | 386 long bufferSizeFrames; 463 long bufferSizeFrames;
|
D | StreamDescriptor.aidl | 434 long bufferSizeFrames;
|
/hardware/interfaces/audio/aidl/aidl_api/android.hardware.audio.core/1/android/hardware/audio/core/ |
D | IModule.aidl | 83 long bufferSizeFrames; 95 long bufferSizeFrames;
|
D | StreamDescriptor.aidl | 40 long bufferSizeFrames;
|
/hardware/interfaces/audio/aidl/aidl_api/android.hardware.audio.core/2/android/hardware/audio/core/ |
D | IModule.aidl | 84 long bufferSizeFrames; 96 long bufferSizeFrames;
|
D | StreamDescriptor.aidl | 40 long bufferSizeFrames;
|
/hardware/interfaces/audio/aidl/aidl_api/android.hardware.audio.core/current/android/hardware/audio/core/ |
D | IModule.aidl | 84 long bufferSizeFrames; 96 long bufferSizeFrames;
|
D | StreamDescriptor.aidl | 40 long bufferSizeFrames;
|
/hardware/interfaces/audio/2.0/ |
D | types.hal | 82 int32_t bufferSizeFrames; // total buffer size in frames
|
/hardware/interfaces/audio/aidl/vts/ |
D | VtsHalAudioCoreModuleTargetTest.cpp | 639 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/ |
D | Stream.h | 200 info.bufferSizeFrames = halInfo.buffer_size_frames; in createMmapBuffer()
|
/hardware/interfaces/audio/5.0/ |
D | types.hal | 77 uint32_t bufferSizeFrames;
|
/hardware/interfaces/audio/4.0/ |
D | types.hal | 100 uint32_t bufferSizeFrames;
|
/hardware/interfaces/audio/aidl/default/ |
D | Module.cpp | 857 << ", 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()
|
D | Stream.cpp | 58 desc->bufferSizeFrames = getBufferSizeInFrames(); in fillDescriptor()
|
/hardware/interfaces/audio/6.0/ |
D | types.hal | 77 uint32_t bufferSizeFrames;
|
/hardware/interfaces/audio/7.0/ |
D | types.hal | 78 uint32_t bufferSizeFrames;
|