Home
last modified time | relevance | path

Searched refs:produced (Results 1 – 22 of 22) sorted by relevance

/frameworks/libs/binary_translation/runtime_primitives/
Dsignal_queue.cc32 Node* produced = produced_.load(std::memory_order_relaxed); in EnqueueSignal() local
34 node->next = produced; in EnqueueSignal()
35 } while (!produced_.compare_exchange_weak(produced, node, std::memory_order_release)); in EnqueueSignal()
40 Node* produced = produced_.exchange(nullptr, std::memory_order_acquire); in DequeueSignalUnsafe() local
43 if (produced) { in DequeueSignalUnsafe()
44 Node* last = produced; in DequeueSignalUnsafe()
49 consumed_ = produced; in DequeueSignalUnsafe()
/frameworks/proto_logging/stats/atoms/input/
Dinput_atoms.proto114 // End: the app produced a buffer
116 // Start: the app produced a buffer
199 // End: the app produced a buffer
201 // Start: the app produced a buffer
225 // End: the app produced a buffer
227 // Start: the app produced a buffer
/frameworks/base/data/keyboards/
DVendor_046d_Product_c532.kl22 # - FORWARD_DEL is produced by fn + BACKSPACE
23 # - PAGE_UP / PAGE_DOWN is produced by fn + CHANNEL_UP / CHANNEL_DOWN
DVendor_05ac_Product_0239.kl19 # - Keys such as PAGE_UP and FORWARD_DEL are produced using the
DVendor_057e_Product_2009.kl60 # Hat - currently not being produced by hid-nintendo, but an upcoming patch set will change the beh…
/frameworks/native/libs/gralloc/types/fuzzer/
DAndroid.bp44 // produced, you may find uncommenting the below line very useful.
/frameworks/rs/driver/
DREADME.txt7 compiler that produced that bitcode. A bitcode consumer is allowed to
/frameworks/av/media/libeffects/lvm/wrapper/Reverb/aidl/
DEffectReverb.h55 IEffect::Status status(binder_status_t status, size_t consumed, size_t produced);
/frameworks/av/media/libeffects/lvm/wrapper/Aidl/
DEffectBundleAidl.h62 IEffect::Status status(binder_status_t status, size_t consumed, size_t produced);
/frameworks/native/libs/binder/tests/parcel_fuzzer/
DAndroid.bp84 // produced, you may find uncommenting the below line very useful.
/frameworks/proto_logging/stats/enums/media/codec/
Denums.proto119 // The HDR format produced by the decoder.
/frameworks/native/cmds/evemu-record/
DREADME.md4 suite][FreeDesktop]. It records the descriptor and events produced by a single input device in a
/frameworks/hardware/interfaces/cameraservice/device/2.0/
DICameraDeviceUser.hal76 * be produced(In case the request is not repeating. Otherwise it
95 * produced from this repeating request. If there are no inflight
Dtypes.hal60 * No output will be produced for this request. Subsequent requests are
/frameworks/base/tools/lint/
DREADME.md67 - Lint report will not be produced if you just build the module, i.e. `m services.autofill` will not
/frameworks/proto_logging/stats/message/
Dmediametrics_message.proto169 // Total bytes produced by an encoder. When divided by video_encode_duration_us
/frameworks/base/core/java/android/window/
DSurfaceSyncGroup.md41 As mentioned above, SurfaceViews are a special case because the buffers produced are handled by the…
/frameworks/base/services/core/java/com/android/server/wm/
DBLASTSync.md13 which when observed by the client, produces a visible outcome in the produced frame.
/frameworks/av/media/libaaudio/
DDoxyfile398 # normally produced when WARNINGS is set to YES.
/frameworks/proto_logging/stats/
Datoms.proto8765 * Reads from a cached file produced daily by DiskStatsLoggingService.java.
8778 // Time that the cache file was produced.
8786 * Reads from a cached file produced daily by DiskStatsLoggingService.java.
8804 // Time that the cache file was produced.
11160 // Whether the bubble is produced by an app running in foreground.
11456 // Total bytes produced by an encoder. When divided by video_encode_duration_us
/frameworks/av/media/codec2/docs/
Ddoxygen.config426 # normally produced when WARNINGS is set to YES.
/frameworks/base/media/native/midi/include/
DDoxyfile435 # normally produced when WARNINGS is set to YES.