/hardware/broadcom/wlan/bcmdhd/wifi_hal/ |
D | gscan.cpp | 785 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()
|
D | common.h | 234 wifi_gscan_result_t fixed; member
|
/hardware/nxp/nfc/ |
D | Android.bp | 24 … // Allow implicit fallthroughs in phDnldNfc_Internal.cc and phNxpConfig.cpp until they are fixed.
|
/hardware/qcom/sm8150/display/libhistogram/ |
D | histogram_collector.cpp | 82 ss << std::fixed << std::setprecision(3); in Dump()
|
/hardware/interfaces/media/bufferpool/1.0/ |
D | types.hal | 89 * Monotonic timestamp in Us since fixed point in time as decided
|
/hardware/interfaces/media/bufferpool/2.0/ |
D | types.hal | 91 * Monotonic timestamp in Us since fixed point in time as decided
|
/hardware/libhardware/modules/camera/3_4/ |
D | README.md | 125 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/ |
D | IEffect.hal | 93 * 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/ |
D | IEffect.hal | 97 * 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/ |
D | IEffect.hal | 93 * 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/ |
D | IEffect.hal | 93 * EffectConfig for output buffer expressed in 8.24 fixed 107 * EffectConfig for output buffer expressed in 8.24 fixed
|
/hardware/qcom/sdm845/display/libhistogram/ |
D | histogram_collector.cpp | 318 ss << std::fixed << std::setprecision(3); in Dump()
|
/hardware/interfaces/wifi/1.0/ |
D | README-NAN.md | 44 * Assigned but not fixed values are specified using the <i>variable</i> keyword, possibly with some
|
/hardware/interfaces/wifi/1.2/ |
D | README-NAN.md | 47 * Assigned but not fixed values are specified using the <i>variable</i> keyword, possibly with some
|
/hardware/interfaces/camera/device/1.0/ |
D | types.hal | 25 * The facing of the camera is not fixed relative to the screen.
|
/hardware/qcom/display/msm8909/sdm/libs/core/ |
D | display_base.cpp | 556 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/ |
D | README.md | 27 This can be fixed, but it seems unlikely that applications will need
|
/hardware/interfaces/audio/common/4.0/ |
D | types.hal | 232 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/ |
D | types.hal | 241 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/ |
D | display_base.cpp | 580 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/ |
D | types.hal | 259 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/ |
D | types.hal | 253 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/ |
D | types.hal | 1372 * 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/ |
D | types.hal | 329 * - For a fixed-length array field, #extent is the length. An array field
|
/hardware/qcom/display/msm8998/sdm/libs/hwc2/ |
D | hwc_display.cpp | 330 *os << std::fixed << std::setprecision(2) << std::setw(6) << std::setfill(' ') in Dump()
|