Home
last modified time | relevance | path

Searched defs:bufferSize (Results 1 – 25 of 55) sorted by relevance

123

/hardware/libhardware/modules/audio_remote_submix/tests/
Dremote_submix_tests.cpp100 void RemoteSubmixTest::GenerateData(char* buffer, size_t bufferSize) { in GenerateData()
133 audio_stream_in_t* streamIn, char* buffer, size_t bufferSize) { in ReadFromStream()
138 void RemoteSubmixTest::VerifyBufferAllZeroes(char* buffer, size_t bufferSize) { in VerifyBufferAllZeroes()
147 void RemoteSubmixTest::VerifyBufferNotZeroes(char* buffer, size_t bufferSize) { in VerifyBufferNotZeroes()
173 audio_stream_out_t* streamOut, const char* buffer, size_t bufferSize) { in WriteIntoStream()
179 audio_stream_out_t* streamOut, size_t bufferSize, size_t repeats) { in WriteSomethingIntoStream()
219 const size_t bufferSize = 1024; in TEST_F() local
234 const size_t bufferSize = 1024; in TEST_F() local
284 const size_t bufferSize = 1024; in TEST_F() local
297 const size_t bufferSize = 1024; in TEST_F() local
[all …]
/hardware/libhardware_legacy/audio/
DAudioHardwareStub.h34 virtual size_t bufferSize() const { return 4096; } in bufferSize() function
51 virtual size_t bufferSize() const { return 320; } in bufferSize() function
DAudioHardwareGeneric.h51 virtual size_t bufferSize() const { return 4096; } in bufferSize() function
85 virtual size_t bufferSize() const { return 320; } in bufferSize() function
DA2dpAudioInterface.h87 virtual size_t bufferSize() const { return 512 * 20; } in bufferSize() function
DAudioDumpInterface.cpp318 size_t AudioStreamOutDump::bufferSize() const in bufferSize() function in android::AudioStreamOutDump
521 size_t AudioStreamInDump::bufferSize() const in bufferSize() function in android::AudioStreamInDump
/hardware/qcom/display/msm8996/libgralloc/
Dgpu.cpp206 unsigned int bufferSize = m->finfo.line_length * m->info.yres; in gralloc_alloc_framebuffer_locked() local
263 unsigned int bufferSize) { in alloc_impl()
353 const unsigned int bufferSize = m->finfo.line_length * m->info.yres; in free_impl() local
390 int bufferSize) in gralloc_alloc_size()
/hardware/qcom/display/msm8084/libgralloc/
Dgpu.cpp206 size_t bufferSize = m->finfo.line_length * m->info.yres; in gralloc_alloc_framebuffer_locked() local
261 size_t bufferSize) { in alloc_impl()
329 const size_t bufferSize = m->finfo.line_length * m->info.yres; in free_impl() local
365 int bufferSize) in gralloc_alloc_size()
/hardware/qcom/display/msm8960/libgralloc/
Dgpu.cpp192 size_t bufferSize = m->finfo.line_length * m->info.yres; in gralloc_alloc_framebuffer_locked() local
247 size_t bufferSize) { in alloc_impl()
316 const size_t bufferSize = m->finfo.line_length * m->info.yres; in free_impl() local
352 int bufferSize) in gralloc_alloc_size()
/hardware/qcom/display/msm8994/libgralloc/
Dgpu.cpp225 unsigned int bufferSize = m->finfo.line_length * m->info.yres; in gralloc_alloc_framebuffer_locked() local
282 unsigned int bufferSize) { in alloc_impl()
358 const unsigned int bufferSize = m->finfo.line_length * m->info.yres; in free_impl() local
395 int bufferSize) in gralloc_alloc_size()
/hardware/qcom/display/msm8226/libgralloc/
Dgpu.cpp209 unsigned int bufferSize = m->finfo.line_length * m->info.yres; in gralloc_alloc_framebuffer_locked() local
264 unsigned int bufferSize) { in alloc_impl()
331 const unsigned int bufferSize = m->finfo.line_length * m->info.yres; in free_impl() local
368 int bufferSize) in gralloc_alloc_size()
/hardware/qcom/display/msm8909/libgralloc/
Dgpu.cpp204 unsigned int bufferSize = m->finfo.line_length * m->info.yres; in gralloc_alloc_framebuffer_locked() local
261 unsigned int bufferSize) { in alloc_impl()
351 const unsigned int bufferSize = m->finfo.line_length * m->info.yres; in free_impl() local
389 int bufferSize) in gralloc_alloc_size()
/hardware/qcom/display/msm8909w_3100/libgralloc/
Dgpu.cpp204 unsigned int bufferSize = m->finfo.line_length * m->info.yres; in gralloc_alloc_framebuffer_locked() local
261 unsigned int bufferSize) { in alloc_impl()
351 const unsigned int bufferSize = m->finfo.line_length * m->info.yres; in free_impl() local
389 int bufferSize) in gralloc_alloc_size()
/hardware/qcom/audio/legacy/alsa_sound/
DAudioHardwareALSA.cpp911 unsigned long bufferSize = DEFAULT_BUFFER_SIZE; in openOutputStream() local
1010 unsigned long bufferSize = DEFAULT_BUFFER_SIZE; in openOutputSession() local
1129 unsigned long bufferSize; in openInputStream() local
1210 unsigned long bufferSize = MIN_CAPTURE_BUFFER_SIZE_PER_CH; in openInputStream() local
1412 size_t bufferSize = 0; in getInputBufferSize() local
1435 unsigned long bufferSize = FM_BUFFER_SIZE; in handleFm() local
1532 unsigned long bufferSize = DEFAULT_VOICE_BUFFER_SIZE; in enableVoiceCall() local
DALSAStreamOps.cpp303 size_t ALSAStreamOps::bufferSize() const in bufferSize() function in android_audio_legacy::ALSAStreamOps
DAudioHardwareALSA.h176 unsigned int bufferSize; // Size of sample buffer member
303 virtual size_t bufferSize() const in bufferSize() function
359 virtual size_t bufferSize() const in bufferSize() function
/hardware/google/pixel/perfstatsd/include/
Dstatstype.h38 size_t bufferSize() { return mBuffer.size(); } in bufferSize() function
/hardware/libhardware/modules/gralloc/
Dgralloc.cpp121 const size_t bufferSize = m->finfo.line_length * m->info.yres; in gralloc_alloc_framebuffer_locked() local
263 const size_t bufferSize = m->finfo.line_length * m->info.yres; in gralloc_free() local
/hardware/interfaces/identity/aidl/default/libeic/
DEicCbor.c19 void eicCborInit(EicCbor* cbor, uint8_t* buffer, size_t bufferSize) { in eicCborInit()
28 void eicCborInitHmacSha256(EicCbor* cbor, uint8_t* buffer, size_t bufferSize, in eicCborInitHmacSha256()
DEicCbor.h45 size_t bufferSize; member
/hardware/interfaces/tv/tuner/1.0/default/
DDemux.cpp56 Return<void> Demux::openFilter(const DemuxFilterType& type, uint32_t bufferSize, in openFilter()
171 Return<void> Demux::openDvr(DvrType type, uint32_t bufferSize, const sp<IDvrCallback>& cb, in openDvr()
/hardware/interfaces/tv/tuner/1.1/default/
DDemux.cpp59 Return<void> Demux::openFilter(const DemuxFilterType& type, uint32_t bufferSize, in openFilter()
184 Return<void> Demux::openDvr(DvrType type, uint32_t bufferSize, const sp<IDvrCallback>& cb, in openDvr()
/hardware/samsung/nfc/halimpl/src/
Dutil.cc160 int get_config_string(const char* field, char* strBuffer, size_t bufferSize) { in get_config_string()
/hardware/interfaces/neuralnetworks/aidl/vts/functional/
DUtils.cpp212 size_t bufferSize = std::max<size_t>(op.data.size(), 1); in createRequest() local
/hardware/interfaces/neuralnetworks/1.0/vts/functional/
DUtils.cpp134 size_t bufferSize = std::max<size_t>(op.data.size(), 1); in createRequest() local
/hardware/interfaces/sensors/1.0/default/
DSensors.cpp189 int bufferSize = maxCount <= kPollMaxBufferSize ? maxCount : kPollMaxBufferSize; in poll() local

123