Searched refs:produce (Results 1 – 13 of 13) sorted by relevance
/device/generic/goldfish/audio/ |
D | ring_buffer.h | 62 size_t produce(size_t size); 66 size_t produce(const void *data, size_t size);
|
D | ring_buffer.cpp | 79 size_t RingBuffer::produce(size_t size) { in produce() function in android::hardware::audio::V6_0::implementation::RingBuffer 91 size_t RingBuffer::produce(const void *srcRaw, size_t size) { in produce() function in android::hardware::audio::V6_0::implementation::RingBuffer
|
D | device_port_sink.cpp | 119 LOG_ALWAYS_FATAL_IF(mRingBuffer.produce(szBytes) < szBytes); in write() 143 LOG_ALWAYS_FATAL_IF(mRingBuffer.produce(szBytes) < szBytes); in write()
|
D | device_port_source.cpp | 159 LOG_ALWAYS_FATAL_IF(mRingBuffer.produce(readBuf.data(), sz) < sz); in producerThread() 164 LOG_ALWAYS_FATAL_IF(mRingBuffer.produce(readBuf.size()) < sz); in producerThread()
|
/device/google/fuchsia/ |
D | README.md | 3 …usual Android devices as they do not target specific hardware. They will produce a fuchsia package…
|
/device/google/cuttlefish/host/frontend/gcastv2/signaling_server/ |
D | Android.bp | 54 // couldn't find a module type that would produce that, prebuilt_usr_share_host
|
/device/google/crosshatch/json-c/ |
D | configure.ac | 3 # Process this file with autoconf to produce a configure script.
|
D | Doxyfile | 399 # doxygen can produce. The string should contain the $file, $line, and $text
|
/device/google/bonito/json-c/ |
D | configure.ac | 3 # Process this file with autoconf to produce a configure script.
|
D | Doxyfile | 399 # doxygen can produce. The string should contain the $file, $line, and $text
|
/device/google/coral/json-c/ |
D | configure.ac | 3 # Process this file with autoconf to produce a configure script.
|
D | Doxyfile | 399 # doxygen can produce. The string should contain the $file, $line, and $text
|
/device/google/contexthub/firmware/os/platform/stm32/lkr/ |
D | app.lkr | 31 …- ".trash" contains sections taht GCC simply feel like it MUST produce (link error otherwise) but …
|