/hardware/interfaces/automotive/can/1.0/default/libnl++/protocols/ |
D | structs.cpp | 45 ss << std::hex << val << std::dec; in flagsToStream() 57 ss << std::dec; in hwaddrToStream()
|
/hardware/libhardware/modules/sensors/dynamic_sensor/test/ |
D | HidRawSensorTest.cpp | 141 LOG_I << "Sensor usage " << std::hex << digest.fullUsage << std::dec << LOG_ENDL; in test() 144 LOG_V << "Usage " << std::hex << digest.fullUsage << std::dec << LOG_ENDL; in test() 147 LOG_V << "Sensor of usage " << std::hex << digest.fullUsage << std::dec in test()
|
/hardware/interfaces/automotive/can/1.0/default/libnl++/ |
D | printer.cpp | 79 ss << std::hex << nlmsg_flags << std::dec; in flagsToStream() 90 ss << std::endl << ' ' << std::dec << std::setw(4) << i << std::hex; in toStream() 95 ss << std::dec; in toStream() 113 ss << ", crc=" << std::hex << std::setw(4) << crc16(raw) << std::dec; in toStream() 190 ss << ", crc=" << std::hex << std::setw(4) << crc16(hdr.data<uint8_t>()) << std::dec; in toStream()
|
/hardware/interfaces/keymaster/4.0/support/ |
D | key_param_output.cpp | 82 os << std::hex << ::std::setw(2) << static_cast<int>(param.blob[i]) << ::std::dec; in operator <<() 88 os << ::std::hex << ::std::setw(2) << static_cast<int>(param.blob[i]) << ::std::dec; in operator <<()
|
/hardware/interfaces/keymaster/3.0/vts/functional/ |
D | key_param_output.cpp | 110 os << ::std::hex << ::std::setw(2) << static_cast<int>(param.blob[i]) << ::std::dec; in operator <<() 116 os << ::std::hex << ::std::setw(2) << static_cast<int>(param.blob[i]) << ::std::dec; in operator <<()
|
/hardware/interfaces/automotive/can/1.0/default/libnetdevice/ |
D | ifreqs.cpp | 64 PLOG(ERROR) << "ioctl(" << std::hex << request << std::dec << ") failed"; in send()
|
/hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/ |
D | HidReport.cpp | 126 << "usage: " << std::hex << h.getFullUsage() << std::dec << ", "; in operator <<() 146 os << "), " << std::dec; in operator <<()
|
D | HidParser.cpp | 295 os << "Usage: 0x" << std::hex << i.fullUsage << std::dec in operator <<() 311 << report.usage << std::dec in operator <<() 320 << std::dec << LOG_ENDL; in operator <<()
|
D | HidTree.cpp | 42 << ", usage " << std::hex << mFullUsage << std::dec << LOG_ENDL; in outputRecursive()
|
/hardware/interfaces/sensors/aidl/vts/ |
D | VtsAidlHalSensorsTargetTest.cpp | 518 << sensor.sensorHandle << std::dec in runFlushTest() 539 << sensor.sensorHandle << std::dec << " type=" << static_cast<int>(sensor.type) in runFlushTest() 553 << info.sensorHandle << std::dec << " type=" << static_cast<int>(info.type) in TEST_P() 659 << s.sensorHandle << std::dec << " type=" << static_cast<int>(s.type) in TEST_P() 805 << sensor.sensorHandle << std::dec << " type=" << static_cast<int>(sensor.type) in TEST_P() 842 << sensor.sensorHandle << std::dec << " type=" << static_cast<int>(sensor.type) in TEST_P() 895 << sensor.sensorHandle << std::dec << " type=" << static_cast<int>(sensor.type) in TEST_P() 916 << sensor.sensorHandle << std::dec << " type=" << static_cast<int>(sensor.type) in TEST_P() 943 << sensor.sensorHandle << std::dec << " type=" << static_cast<int>(sensor.type) in checkRateLevel() 1039 << sensor.sensorHandle << std::dec << " type=" << static_cast<int>(sensor.type) in verifyConfigure()
|
/hardware/interfaces/sensors/common/vts/2_X/ |
D | VtsHalSensorsV2_XTargetTest.h | 384 << s.sensorHandle << std::dec << " type=" << static_cast<int>(s.type) in TEST_P() 483 << s.sensorHandle << std::dec << " type=" << static_cast<int>(s.type) in TEST_P() 617 << sensor.sensorHandle << std::dec in runFlushTest() 639 << sensor.sensorHandle << std::dec << " type=" << static_cast<int>(sensor.type) in runFlushTest() 691 << sensor.sensorHandle << std::dec << " type=" << static_cast<int>(sensor.type) in TEST_P() 728 << sensor.sensorHandle << std::dec << " type=" << static_cast<int>(sensor.type) in TEST_P() 780 << sensor.sensorHandle << std::dec << " type=" << static_cast<int>(sensor.type) in TEST_P() 801 << sensor.sensorHandle << std::dec << " type=" << static_cast<int>(sensor.type) in TEST_P() 825 << std::setfill('0') << sensor.sensorHandle << std::dec in checkRateLevel() 892 << sensor.sensorHandle << std::dec << " type=" << static_cast<int>(sensor.type) in verifyConfigure()
|
/hardware/google/gchips/include/ |
D | VendorVideoAPI.h | 193 ExynosVideoDecData dec; member
|
/hardware/google/gchips/gralloc4/src/core/ |
D | mali_gralloc_bufferdescriptor.cpp | 108 stream << std::dec; in describe_usage()
|
/hardware/interfaces/automotive/can/1.0/tools/ |
D | canhaldump.cpp | 55 std::cout << std::nouppercase << std::dec << std::endl; in onReceive()
|
/hardware/interfaces/tests/expression/1.0/ |
D | IExpression.hal | 42 // dec literals are either int32_t or int64_t
|
/hardware/interfaces/automotive/can/1.0/default/libnl++/protocols/generic/families/ |
D | Nl80211.cpp | 949 ss << "crc=" << std::hex << std::setw(4) << crc16(alldata) << std::dec << ", "; in informationElementsToStream() 991 ss << std::hex << std::setw(4) << crc16(data) << std::dec; in informationElementsToStream()
|
/hardware/libhardware/modules/sensors/dynamic_sensor/ |
D | HidRawSensor.cpp | 111 << std::hex << usage << std::dec << LOG_ENDL; in HidRawSensor() 1121 ss << std::dec << std::setfill(' ') << LOG_ENDL; in dump() 1127 ss << std::dec << std::setfill(' ') << LOG_ENDL; in dump()
|
/hardware/interfaces/sensors/1.0/vts/functional/ |
D | VtsHalSensorsV1_0TargetTest.cpp | 160 << s.sensorHandle << std::dec << " type=" << static_cast<int>(s.type) in TEST_P()
|
/hardware/qcom/sm8150/display/sdm/libs/hwc2/ |
D | hwc_display.cpp | 2447 << layer->GetLayerDataspace() << std::dec << std::setfill(' '); in Dump() 2450 os << " buffer_id: " << std::hex << "0x" << sdm_layer->input_buffer.buffer_id << std::dec in Dump() 2459 << client_target_->GetLayerDataspace() << std::dec << std::setfill(' '); in Dump() 2460 os << " buffer_id: " << std::hex << "0x" << sdm_layer->input_buffer.buffer_id << std::dec in Dump()
|
/hardware/qcom/sm7250/display/composer/ |
D | hwc_display.cpp | 2363 << layer->GetLayerDataspace() << std::dec << std::setfill(' '); in Dump() 2366 *os << " buffer_id: " << std::hex << "0x" << sdm_layer->input_buffer.buffer_id << std::dec; in Dump() 2376 << client_target_->GetLayerDataspace() << std::dec << std::setfill(' '); in Dump() 2377 *os << " buffer_id: " << std::hex << "0x" << sdm_layer->input_buffer.buffer_id << std::dec; in Dump()
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/ |
D | omx_vdec_v4l2.cpp | 3100 struct v4l2_decoder_cmd dec; in execute_omx_flush() local 3103 dec.cmd = V4L2_DEC_QCOM_CMD_FLUSH; in execute_omx_flush() 3109 dec.flags = V4L2_DEC_QCOM_CMD_FLUSH_CAPTURE; in execute_omx_flush() 3118 dec.flags = V4L2_DEC_QCOM_CMD_FLUSH_OUTPUT | V4L2_DEC_QCOM_CMD_FLUSH_CAPTURE; in execute_omx_flush() 3122 if (ioctl(drv_ctx.video_driver_fd, VIDIOC_DECODER_CMD, &dec)) { in execute_omx_flush() 12323 struct v4l2_decoder_cmd dec; in prefetchNewBuffers() local 12335 memset((void *)&dec, 0 , sizeof(dec)); in prefetchNewBuffers() 12340 dec.cmd = V4L2_DEC_QCOM_CMD_RECONFIG_HINT; in prefetchNewBuffers() 12341 if (ioctl(drv_ctx.video_driver_fd, VIDIOC_DECODER_CMD, &dec)) { in prefetchNewBuffers() 12345 dec.raw.data[0], dec.raw.data[1]); in prefetchNewBuffers() [all …]
|
D | omx_vdec_hevc.cpp | 687 struct v4l2_decoder_cmd dec; in ~omx_vdec() local 696 dec.cmd = V4L2_DEC_CMD_STOP; in ~omx_vdec() 697 if (ioctl(drv_ctx.video_driver_fd, VIDIOC_DECODER_CMD, &dec)) { in ~omx_vdec() 2125 struct v4l2_decoder_cmd dec; in execute_omx_flush() local 2128 dec.cmd = V4L2_DEC_QCOM_CMD_FLUSH; in execute_omx_flush() 2132 dec.flags = V4L2_DEC_QCOM_CMD_FLUSH_OUTPUT; in execute_omx_flush() 2136 dec.flags = V4L2_DEC_QCOM_CMD_FLUSH_CAPTURE; in execute_omx_flush() 2141 dec.flags = V4L2_DEC_QCOM_CMD_FLUSH_OUTPUT | in execute_omx_flush() 2145 if (ioctl(drv_ctx.video_driver_fd, VIDIOC_DECODER_CMD, &dec)) { in execute_omx_flush()
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/ |
D | omx_vdec_hevc.cpp | 692 struct v4l2_decoder_cmd dec; in ~omx_vdec() local 701 dec.cmd = V4L2_DEC_CMD_STOP; in ~omx_vdec() 702 if (ioctl(drv_ctx.video_driver_fd, VIDIOC_DECODER_CMD, &dec)) { in ~omx_vdec() 2146 struct v4l2_decoder_cmd dec; in execute_omx_flush() local 2149 dec.cmd = V4L2_DEC_QCOM_CMD_FLUSH; in execute_omx_flush() 2153 dec.flags = V4L2_DEC_QCOM_CMD_FLUSH_OUTPUT; in execute_omx_flush() 2157 dec.flags = V4L2_DEC_QCOM_CMD_FLUSH_CAPTURE; in execute_omx_flush() 2162 dec.flags = V4L2_DEC_QCOM_CMD_FLUSH_OUTPUT | in execute_omx_flush() 2166 if (ioctl(drv_ctx.video_driver_fd, VIDIOC_DECODER_CMD, &dec)) { in execute_omx_flush()
|
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/vdec/src/ |
D | omx_vdec_v4l2.cpp | 374 struct v4l2_decoder_cmd dec; in async_message_thread() local 375 memset(&dec, 0, sizeof(dec)); in async_message_thread() 376 dec.cmd = V4L2_QCOM_CMD_SESSION_CONTINUE; in async_message_thread() 377 rc = ioctl(pfds[0].fd, VIDIOC_DECODER_CMD, &dec); in async_message_thread() 3292 struct v4l2_decoder_cmd dec; in execute_omx_flush() local 3295 dec.cmd = V4L2_QCOM_CMD_FLUSH; in execute_omx_flush() 3301 dec.flags = V4L2_QCOM_CMD_FLUSH_CAPTURE; in execute_omx_flush() 3310 dec.flags = V4L2_QCOM_CMD_FLUSH_OUTPUT | V4L2_QCOM_CMD_FLUSH_CAPTURE; in execute_omx_flush() 3313 if (ioctl(drv_ctx.video_driver_fd, VIDIOC_DECODER_CMD, &dec)) { in execute_omx_flush() 7624 struct v4l2_decoder_cmd dec; in empty_this_buffer_proxy() local [all …]
|
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/ |
D | omx_vdec_v4l2.cpp | 3323 struct v4l2_decoder_cmd dec; in execute_omx_flush() local 3326 dec.cmd = V4L2_DEC_QCOM_CMD_FLUSH; in execute_omx_flush() 3332 dec.flags = V4L2_DEC_QCOM_CMD_FLUSH_CAPTURE; in execute_omx_flush() 3341 dec.flags = V4L2_DEC_QCOM_CMD_FLUSH_OUTPUT | V4L2_DEC_QCOM_CMD_FLUSH_CAPTURE; in execute_omx_flush() 3345 if (ioctl(drv_ctx.video_driver_fd, VIDIOC_DECODER_CMD, &dec)) { in execute_omx_flush() 13538 struct v4l2_decoder_cmd dec; in prefetchNewBuffers() local 13550 memset((void *)&dec, 0 , sizeof(dec)); in prefetchNewBuffers() 13555 dec.cmd = V4L2_DEC_QCOM_CMD_RECONFIG_HINT; in prefetchNewBuffers() 13556 if (ioctl(drv_ctx.video_driver_fd, VIDIOC_DECODER_CMD, &dec)) { in prefetchNewBuffers() 13560 dec.raw.data[0], dec.raw.data[1]); in prefetchNewBuffers() [all …]
|