Home
last modified time | relevance | path

Searched refs:fixed (Results 1 – 25 of 34) sorted by relevance

12

/hardware/broadcom/wlan/bcmdhd/wifi_hal/
Dgscan.cpp785 wifi_gscan_result_t *fixed = &drv_res->fixed; in wifi_handle_full_scan_event() local
797 convert_to_hal_result(full_scan_result, fixed); in wifi_handle_full_scan_event()
804 fixed->ssid, fixed->bssid[0], fixed->bssid[1], fixed->bssid[2], fixed->bssid[3], in wifi_handle_full_scan_event()
805 fixed->bssid[4], fixed->bssid[5], fixed->rssi, fixed->channel, fixed->ts, in wifi_handle_full_scan_event()
806 fixed->rtt, fixed->rtt_sd, drv_res->scan_ch_bucket, drv_res->ie_length); in wifi_handle_full_scan_event()
1808 wifi_gscan_result_t *fixed = &drv_res->fixed; in handleEvent() local
1809 convert_to_hal_result(mResult, fixed); in handleEvent()
Dcommon.h234 wifi_gscan_result_t fixed; member
/hardware/nxp/nfc/
DAndroid.bp24 … // Allow implicit fallthroughs in phDnldNfc_Internal.cc and phNxpConfig.cpp until they are fixed.
/hardware/qcom/sm8150/display/libhistogram/
Dhistogram_collector.cpp82 ss << std::fixed << std::setprecision(3); in Dump()
/hardware/interfaces/media/bufferpool/1.0/
Dtypes.hal89 * Monotonic timestamp in Us since fixed point in time as decided
/hardware/interfaces/media/bufferpool/2.0/
Dtypes.hal91 * Monotonic timestamp in Us since fixed point in time as decided
/hardware/libhardware/modules/camera/3_4/
DREADME.md125 basic HAL spec compliance. Most do nothing/report fixed values,
129 v2.1, so the fixed defaults are usually assigned based on that camera.
/hardware/interfaces/audio/effect/4.0/
DIEffect.hal93 * EffectConfig for output buffer expressed in 8.24 fixed
107 * EffectConfig for output buffer expressed in 8.24 fixed
/hardware/interfaces/audio/effect/2.0/
DIEffect.hal97 * EffectConfig for output buffer expressed in 8.24 fixed
112 * EffectConfig for output buffer expressed in 8.24 fixed
/hardware/interfaces/audio/effect/6.0/
DIEffect.hal93 * EffectConfig for output buffer expressed in 8.24 fixed
107 * EffectConfig for output buffer expressed in 8.24 fixed
/hardware/interfaces/audio/effect/5.0/
DIEffect.hal93 * EffectConfig for output buffer expressed in 8.24 fixed
107 * EffectConfig for output buffer expressed in 8.24 fixed
/hardware/qcom/sdm845/display/libhistogram/
Dhistogram_collector.cpp318 ss << std::fixed << std::setprecision(3); in Dump()
/hardware/interfaces/wifi/1.0/
DREADME-NAN.md44 * Assigned but not fixed values are specified using the <i>variable</i> keyword, possibly with some
/hardware/interfaces/wifi/1.2/
DREADME-NAN.md47 * Assigned but not fixed values are specified using the <i>variable</i> keyword, possibly with some
/hardware/interfaces/camera/device/1.0/
Dtypes.hal25 * The facing of the camera is not fixed relative to the screen.
/hardware/qcom/display/msm8909/sdm/libs/core/
Ddisplay_base.cpp556 os << "\nres: " << info.x_pixels << "x" << info.y_pixels << " dpi: " << std::fixed << in Dump()
557 info.x_dpi << "x" << std::fixed << info.y_dpi << " fps: " << info.fps << in Dump()
/hardware/interfaces/identity/support/include/cppbor/
DREADME.md27 This can be fixed, but it seems unlikely that applications will need
/hardware/interfaces/audio/common/4.0/
Dtypes.hal232 PCM_SUB_32_BIT = 0x3, // PCM signed .31 fixed point
233 PCM_SUB_8_24_BIT = 0x4, // PCM signed 8.23 fixed point
/hardware/interfaces/audio/common/2.0/
Dtypes.hal241 PCM_SUB_32_BIT = 0x3, // PCM signed .31 fixed point
242 PCM_SUB_8_24_BIT = 0x4, // PCM signed 8.23 fixed point
/hardware/qcom/sdm845/display/sdm/libs/core/
Ddisplay_base.cpp580 os << "\nres: " << info.x_pixels << "x" << info.y_pixels << " dpi: " << std::fixed << in Dump()
581 info.x_dpi << "x" << std::fixed << info.y_dpi << " fps: " << info.fps << in Dump()
/hardware/interfaces/audio/common/6.0/
Dtypes.hal259 PCM_SUB_32_BIT = 0x3, // PCM signed .31 fixed point
260 PCM_SUB_8_24_BIT = 0x4, // PCM signed 8.23 fixed point
/hardware/interfaces/audio/common/5.0/
Dtypes.hal253 PCM_SUB_32_BIT = 0x3, // PCM signed .31 fixed point
254 PCM_SUB_8_24_BIT = 0x4, // PCM signed 8.23 fixed point
/hardware/interfaces/neuralnetworks/1.0/
Dtypes.hal1372 * get pushed into a memory of fixed-size memory_size.
1385 * get pushed, stacked in order, into the fixed-size “memory” (the oldest
1412 * corresponds to the fixed-size of the memory.
/hardware/interfaces/media/c2/1.0/
Dtypes.hal329 * - For a fixed-length array field, #extent is the length. An array field
/hardware/qcom/display/msm8998/sdm/libs/hwc2/
Dhwc_display.cpp330 *os << std::fixed << std::setprecision(2) << std::setw(6) << std::setfill(' ') in Dump()

12