/hardware/nxp/secure_element/ls_client/src/ |
D | LsClient.cpp | 105 buff << std::setw(2) << std::setfill('0') << std::hex in dumpLsInfo() 107 buff << std::setw(2) << std::setfill('0') << std::hex in dumpLsInfo() 109 buff << std::setw(2) << std::setfill('0') << std::hex in dumpLsInfo() 111 buff << std::setw(2) << std::setfill('0') << std::hex in dumpLsInfo() 113 buff << std::setw(2) << std::setfill('0') << std::hex in dumpLsInfo() 115 buff << std::setw(2) << std::setfill('0') << std::hex in dumpLsInfo() 117 buff << std::setw(2) << std::setfill('0') << std::hex in dumpLsInfo() 254 outHash << std::setw(2) << std::setfill('0') << std::hex in printLSStatus() 277 outHash << std::setw(2) << std::setfill('0') << std::hex in printLSStatus()
|
/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/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/libhardware/modules/sensors/dynamic_sensor/HidUtils/ |
D | HidReport.cpp | 86 ret << std::hex << std::setfill('0') << std::setw(2) << mUnit.get(0); in getUnitString() 126 << "usage: " << std::hex << h.getFullUsage() << std::dec << ", "; in operator <<() 142 os << "map: (" << std::hex; in operator <<()
|
D | HidParser.cpp | 286 os << "Usage: 0x" << std::hex << i.fullUsage << std::dec in operator <<() 301 << ", usage: " << std::hex << std::setfill('0') << std::setw(8) in operator <<() 307 << std::hex in operator <<()
|
D | HidTree.cpp | 42 << ", usage " << std::hex << mFullUsage << std::dec << LOG_ENDL; in outputRecursive()
|
D | StreamIoUtil.h | 161 ss << std::hex; in hexdumpToStream()
|
/hardware/interfaces/broadcastradio/2.0/default/ |
D | BroadcastRadio.cpp | 130 LOG(DEBUG) << "fetching image " << std::hex << id; in getImage() 137 LOG(INFO) << "image " << std::hex << id << " doesn't exists"; in getImage()
|
/hardware/interfaces/light/aidl/default/ |
D | Lights.cpp | 27 LOG(INFO) << "Lights setting state for id=" << id << " to color " << std::hex << state.color; in setLightState()
|
/hardware/invensense/65xx/libsensors_iio/ |
D | MPLSupport.h | 28 void convert_long_to_hex_char(long* quat, unsigned char* hex, int numElement);
|
D | MPLSupport.cpp | 176 void convert_long_to_hex_char(long* quat, unsigned char* hex, int numElement) in convert_long_to_hex_char() argument 181 … hex[bytePosition] = (int) ((quat[index] >> (4-1-i) * 8) & 0xFF); in convert_long_to_hex_char()
|
/hardware/invensense/6515/libsensors_iio/ |
D | MPLSupport.h | 36 void convert_long_to_hex_char(long* quat, unsigned char* hex, int numElement);
|
D | MPLSupport.cpp | 176 void convert_long_to_hex_char(long* quat, unsigned char* hex, int numElement) in convert_long_to_hex_char() argument 181 hex[bytePosition] = (int) ((quat[index] >> (4-1-i) * 8) & 0xFF); in convert_long_to_hex_char()
|
/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/libhardware/modules/sensors/dynamic_sensor/HidUtils/test/ |
D | HidParserExample2.cpp | 25 LOG_D << "Descriptor [" << descriptor.size() << "]: " << std::hex; in printRawValue()
|
/hardware/interfaces/graphics/composer/2.1/utils/vts/ |
D | TestCommandReader.cpp | 80 GTEST_FAIL() << "unexpected return command " << std::hex in parse()
|
/hardware/interfaces/keymaster/4.1/support/ |
D | Keymaster.cpp | 43 os << std::setw(2) << std::setfill('0') << std::hex; in operator <<() 52 os << std::setw(2) << std::setfill('0') << std::hex; in operator <<()
|
/hardware/interfaces/tests/expression/1.0/ |
D | IExpression.hal | 49 // hex literals could be (u)int32_t or (u)int64_t 90 hex = 0xffffffff,
|
/hardware/interfaces/boot/1.1/default/boot_control/ |
D | libboot_control.cpp | 230 LOG(WARNING) << "Invalid boot control found, expected CRC-32 0x" << std::hex << computed_crc32 in Init() 231 << " but found 0x" << std::hex << boot_ctrl.crc32_le << ". Re-initializing."; in Init()
|
/hardware/google/av/media/sfplugin/tests/ |
D | ReflectedParamUpdater_test.cpp | 285 AString hex; in TEST_F() local 286 hexdump(CastParam<C2CompositeInfo>(params[0])->m.blob, 8, 0, &hex); in TEST_F() 287 printf("%s\n", hex.c_str()); in TEST_F()
|
/hardware/libhardware/modules/sensors/dynamic_sensor/ |
D | HidRawSensor.cpp | 109 << std::hex << usage << std::dec << LOG_ENDL; in HidRawSensor() 173 LOG_E << "Custome usage " << std::hex << digest.usage << std::hex in HidRawSensor() 419 << std::hex << std::setfill('0') << std::setw(4) << info.vendorId in initFeatureValueFromHidDeviceInfo() 1004 ss << std::hex << std::setfill('0'); in dump()
|
/hardware/interfaces/automotive/vehicle/2.0/default/tests/ |
D | VehicleHalTestUtils.h | 148 ss << std::showbase << std::hex << value; in hexString()
|
/hardware/interfaces/sensors/1.0/vts/functional/ |
D | VtsHalSensorsV1_0TargetTest.cpp | 157 << " handle=0x" << std::hex << std::setw(8) << std::setfill('0') in TEST_P()
|
/hardware/qcom/sm8150/display/gralloc/ |
D | gr_buf_mgr.cpp | 364 *os << std::hex << std::setfill('0'); in Dump()
|
/hardware/qcom/sdm845/display/gralloc/ |
D | gr_buf_mgr.cpp | 394 *os << std::hex << std::setfill('0'); in Dump()
|