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::CPP_VERSION::implementation::RingBuffer 91 size_t RingBuffer::produce(const void *srcRaw, size_t size) { in produce() function in android::hardware::audio::CPP_VERSION::implementation::RingBuffer
|
D | device_port_sink.cpp | 158 LOG_ALWAYS_FATAL_IF(mRingBuffer.produce(szBytes) < szBytes); in write() 182 LOG_ALWAYS_FATAL_IF(mRingBuffer.produce(szBytes) < szBytes); in write()
|
D | device_port_source.cpp | 176 LOG_ALWAYS_FATAL_IF(mRingBuffer.produce(readBuf.data(), sz) < sz); in producerThread() 181 LOG_ALWAYS_FATAL_IF(mRingBuffer.produce(readBuf.size()) < sz); in producerThread()
|
/device/google/cuttlefish/host/frontend/webrtc_operator/ |
D | Android.bp | 61 // couldn't find a module type that would produce that, prebuilt_usr_share_host
|
/device/google/sunfish/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/redbull/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 …
|
/device/google/trout/tools/tracing/proto/ |
D | perfetto_trace.proto | 8999 // - old versions of protoc produce Java bindings with syntax errors when
|