Home
last modified time | relevance | path

Searched refs:full (Results 1 – 25 of 165) sorted by relevance

1234567

/hardware/google/gfxstream/common/detector/
DAndroid.bp9 type: "full",
37 "libprotobuf-cpp-full",
56 "libprotobuf-cpp-full",
/hardware/qcom/wlan/wcn6740/qcwcn/wifi_hal/
Dring_buffer.cpp53 u8 full; member
171 if (rbc->bufs[rbc->wr_buf_no].full == 1) in rb_write()
193 if (rbc->bufs[next_buf_no].full == 1) { in rb_write()
207 if (rbc->bufs[next_buf_no].full == 1) { in rb_write()
217 rbc->bufs[rbc->wr_buf_no].full = 1; in rb_write()
276 rbc->bufs[rbc->wr_buf_no].full = 0; in rb_write()
306 rbc->bufs[rbc->wr_buf_no].full = 1; in rb_write()
462 if ((rbc->bufs[rbc->rd_buf_no].full == 1) && in rb_get_read_buf()
468 rbc->bufs[rbc->rd_buf_no].full = 0; in rb_get_read_buf()
510 rbc->bufs[rbc->rd_buf_no].full = 0; in rb_get_read_buf()
[all …]
/hardware/qcom/wlan/legacy/qcwcn/wifi_hal/
Dring_buffer.cpp53 u8 full; member
171 if (rbc->bufs[rbc->wr_buf_no].full == 1) in rb_write()
193 if (rbc->bufs[next_buf_no].full == 1) { in rb_write()
207 if (rbc->bufs[next_buf_no].full == 1) { in rb_write()
217 rbc->bufs[rbc->wr_buf_no].full = 1; in rb_write()
276 rbc->bufs[rbc->wr_buf_no].full = 0; in rb_write()
306 rbc->bufs[rbc->wr_buf_no].full = 1; in rb_write()
462 if ((rbc->bufs[rbc->rd_buf_no].full == 1) && in rb_get_read_buf()
468 rbc->bufs[rbc->rd_buf_no].full = 0; in rb_get_read_buf()
507 if ((rbc->bufs[rbc->rd_buf_no].full == 1) && in rb_get_read_buf()
[all …]
/hardware/interfaces/automotive/remoteaccess/test_grpc_server/impl/
DAndroid.bp34 "libprotobuf-cpp-full",
54 "libprotobuf-cpp-full",
77 "libprotobuf-cpp-full",
/hardware/interfaces/dumpstate/aidl/default/
DDumpstate.cpp86 ndk::ScopedAStatus Dumpstate::dumpstateBoardImpl(const int fd, const bool full) { in dumpstateBoardImpl() argument
90 dprintf(fd, "[%s] %s\n", (full ? "full" : "default"), "Hello, world!"); in dumpstateBoardImpl()
DDumpstate.h31 ::ndk::ScopedAStatus dumpstateBoardImpl(const int fd, const bool full);
/hardware/interfaces/automotive/remoteaccess/hal/default/
DAndroid.bp38 "libprotobuf-cpp-full",
88 "libprotobuf-cpp-full",
111 "libprotobuf-cpp-full",
/hardware/google/pixel/pixelstats/test/
DAndroid.bp26 "host-libprotobuf-java-full",
42 "host-libprotobuf-java-full",
/hardware/interfaces/gnss/2.1/
DIGnssMeasurementCallback.hal33 * A valid full inter-signal bias is stored in the data structure.
37 * A valid full inter-signal bias uncertainty is stored in the data structure.
80 * The full inter-signal bias (ISB) in nanoseconds.
101 * GnssMeasurement.receivedSvTimeInNs, then it must not be included in the reported full
109 * The full ISB of GnssClock.referenceSignalTypeForIsb is defined to be 0.0 nanoseconds.
114 * 1-sigma uncertainty associated with the full inter-signal bias in nanoseconds.
182 * The full set of satellite measurement observations.
/hardware/interfaces/dumpstate/1.1/default/
Dmain.cpp90 DumpstateStatus dumpstateBoardImpl(const int fd, const bool full) { in dumpstateBoardImpl()
97 dprintf(fd, "[%s] %s\n", (full ? "full" : "default"), "Hello, world!"); in dumpstateBoardImpl()
/hardware/google/pixel/pixelstats/test/mm/data/test_data_0/
Dpsi_memory2 full avg10=6.20 avg60=6.50 avg300=6.80 total=6048
Dpsi_io2 full avg10=4.20 avg60=4.50 avg300=4.80 total=4048
/hardware/google/pixel/pixelstats/test/mm/data/test_data_1/
Dpsi_memory2 full avg10=11.20 avg60=11.50 avg300=11.80 total=11052
Dpsi_io2 full avg10=9.20 avg60=9.50 avg300=9.80 total=9050
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_EXT_pageable_device_local_memory.adoc26 application may not be the full size of the memory heap at all times.
34 may think that device-local memory is full and revert to making
36 In reality the memory heap might not have been full, it just appeared to be
63 be full, but will instead page this, or other allocations, out to make room.
DVK_EXT_acquire_drm_display.adoc20 When acquired, the display will be under full control of the application
/hardware/interfaces/broadcastradio/2.0/
DIBroadcastRadio.hal40 * @param full If true, returns full hardware capabilities.
44 * @return config Hardware capabilities (full=true) or
45 * current configuration (full=false).
47 getAmFmRegionConfig(bool full)
/hardware/interfaces/audio/aidl/android/hardware/audio/core/
Dstream-out-async-sm.gv33 IDLE -> ACTIVE [label="burst"]; // full write
37 ACTIVE -> ACTIVE [label="burst"]; // full write
49 DRAINING -> ACTIVE [label="burst"]; // full write
/hardware/interfaces/automotive/vehicle/aidl/impl/grpc/utils/proto_message_converter/
DAndroid.bp35 shared_libs: ["libprotobuf-cpp-full"],
58 "libprotobuf-cpp-full",
/hardware/google/pixel/presubmit_tests/schemas/
DAndroid.bp8 type: "full",
/hardware/interfaces/automotive/vehicle/aidl/impl/grpc/test/
DAndroid.bp36 "libprotobuf-cpp-full",
64 "libprotobuf-cpp-full",
/hardware/interfaces/broadcastradio/2.0/default/
DBroadcastRadio.cpp76 Return<void> BroadcastRadio::getAmFmRegionConfig(bool full, getAmFmRegionConfig_cb _hidl_cb) { in getAmFmRegionConfig() argument
77 if (full) { in getAmFmRegionConfig()
DBroadcastRadio.h35 Return<void> getAmFmRegionConfig(bool full, getAmFmRegionConfig_cb _hidl_cb);
/hardware/google/pixel/pwrstats_util/
DAndroid.bp33 type: "full",
80 "libprotobuf-cpp-full"
/hardware/interfaces/gnss/1.0/
DIGnssBatching.hal49 * must wake up the application processor when the FIFO is full, and
53 * the oldest data when the FIFO is full.
102 * When the buffer is full and WAKEUP_ON_FIFO_FULL is used,
105 * When the buffer is full and WAKEUP_ON_FIFO_FULL is not set,

1234567