Home
last modified time | relevance | path

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

123

/hardware/qcom/wlan/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()
295 rbc->bufs[rbc->wr_buf_no].full = 1; in rb_write()
451 if ((rbc->bufs[rbc->rd_buf_no].full == 1) && in rb_get_read_buf()
457 rbc->bufs[rbc->rd_buf_no].full = 0; in rb_get_read_buf()
491 if ((rbc->bufs[rbc->rd_buf_no].full == 1) && in rb_get_read_buf()
[all …]
/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/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/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/broadcastradio/2.0/default/
DBroadcastRadio.cpp76 Return<void> BroadcastRadio::getAmFmRegionConfig(bool full, getAmFmRegionConfig_cb _hidl_cb) { in getAmFmRegionConfig() argument
77 if (full) { in getAmFmRegionConfig()
/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,
DIGnssBatchingCallback.hal23 * a flush request, as well as the buffer becoming full (if appropriate option
/hardware/interfaces/broadcastradio/1.0/
DITuner.hal49 * or after a time out or full band scan if no station found.
65 * or after a time out or full band scan if no station found.
81 * or after a time out or full band scan if no station found.
/hardware/interfaces/health/2.1/
Dtypes.hal64 * Battery is full. It must be set to FULL if and only if battery level is
99 * Estimated battery full charge design capacity (in microamp hours, uAh).
/hardware/interfaces/automotive/can/1.0/tools/configurator/proto/
DAndroid.bp31 type: "full",
/hardware/interfaces/automotive/can/1.0/tools/configurator/
DAndroid.bp37 "libprotobuf-cpp-full",
/hardware/google/camera/common/profiler/
DAndroid.bp61 "libprotobuf-cpp-full",
/hardware/interfaces/audio/effect/4.0/
DIPresetReverbEffect.hal29 LARGEHALL, // a large-sized hall suitable for a full orchestra
/hardware/interfaces/audio/effect/2.0/
DIPresetReverbEffect.hal29 LARGEHALL, // a large-sized hall suitable for a full orchestra
/hardware/interfaces/gnss/2.0/
DIGnssBatchingCallback.hal23 * a flush request, as well as the buffer becoming full (if appropriate option
/hardware/interfaces/audio/effect/5.0/
DIPresetReverbEffect.hal29 LARGEHALL, // a large-sized hall suitable for a full orchestra
/hardware/google/pixel/pixelstats/
DAndroid.bp47 type: "full",
/hardware/interfaces/audio/effect/6.0/
DIPresetReverbEffect.hal29 LARGEHALL, // a large-sized hall suitable for a full orchestra
/hardware/interfaces/audio/effect/7.0/
DIPresetReverbEffect.hal29 LARGEHALL, // a large-sized hall suitable for a full orchestra
/hardware/interfaces/wifi/1.0/
DIWifiEventCallback.hal36 * (full state reset). When this event is received all IWifiChip & IWifiIface
/hardware/interfaces/health/1.0/
Dtypes.hal153 * is considered to be full. (POWER_SUPPLY_PROP_CHARGE_FULL)
211 /** Battery charge value when it is considered to be "full" in uA-h */
/hardware/interfaces/graphics/common/1.0/
Dtypes.hal907 * All RGB or RGBA formats (including RAW and Bayer): full range.
908 * All Y formats: full range
956 * The values are encoded using the full range ([0,255] for 8-bit) for all
990 * Use full range and BT.709 standard.
1027 * Use full range, BT.601 transfer and BT.601_625 standard.
1073 * Use full range, linear transfer and D65 DCI-P3 standard
1083 * Use full range, gamma 2.6 transfer and D65 DCI-P3 standard
1111 * Use full range, gamma 2.2 transfer and Adobe RGB primaries
1123 * Use full range, linear transfer and BT2020 standard
1133 * Use full range, BT.709 transfer and BT2020 standard
[all …]
/hardware/interfaces/broadcastradio/1.1/
DITuner.hal32 * - after a full band scan, if no station found.
110 * An empty vector MUST result in full list for a given tuner.
/hardware/interfaces/broadcastradio/2.0/vts/functional/
DVtsHalBroadcastradioV2_0TargetTest.cpp109 bool getAmFmRegionConfig(bool full, AmFmRegionConfig* config);
225 bool BroadcastRadioHalTest::getAmFmRegionConfig(bool full, AmFmRegionConfig* config) { in getAmFmRegionConfig() argument
232 auto hidlResult = mModule->getAmFmRegionConfig(full, cb); in getAmFmRegionConfig()

123