Home
last modified time | relevance | path

Searched refs:toString (Results 1 – 25 of 100) sorted by relevance

1234

/hardware/interfaces/bluetooth/audio/2.0/default/
DBluetoothAudioProvider.cpp70 LOG(INFO) << __func__ << " - SessionType=" << toString(session_type_) in startSession()
71 << ", AudioConfiguration=[" << toString(audio_config_) << "]"; in startSession()
79 LOG(INFO) << __func__ << " - SessionType=" << toString(session_type_) in streamStarted()
80 << ", status=" << toString(status); in streamStarted()
90 LOG(WARNING) << __func__ << " - SessionType=" << toString(session_type_) in streamStarted()
91 << ", status=" << toString(status) << " has NO session"; in streamStarted()
99 LOG(INFO) << __func__ << " - SessionType=" << toString(session_type_) in streamSuspended()
100 << ", status=" << toString(status); in streamSuspended()
110 LOG(WARNING) << __func__ << " - SessionType=" << toString(session_type_) in streamSuspended()
111 << ", status=" << toString(status) << " has NO session"; in streamSuspended()
[all …]
DBluetoothAudioProvidersFactory.cpp43 LOG(INFO) << __func__ << " - SessionType=" << toString(sessionType); in openProvider()
62 LOG(ERROR) << __func__ << " - SessionType=" << toString(sessionType) in openProvider()
63 << ", status=" << toString(status); in openProvider()
90 LOG(INFO) << __func__ << " - SessionType=" << toString(sessionType) in getProviderCapabilities()
/hardware/interfaces/identity/support/tests/
Dcppbor_test.cpp65 EXPECT_EQ(val.encodedSize(), val.toString().size()) in TEST()
71 EXPECT_EQ("\x00"s, Uint(0u).toString()); in TEST()
72 EXPECT_EQ("\x01"s, Uint(1u).toString()); in TEST()
73 EXPECT_EQ("\x0a"s, Uint(10u).toString()); in TEST()
74 EXPECT_EQ("\x17"s, Uint(23u).toString()); in TEST()
75 EXPECT_EQ("\x18\x18"s, Uint(24u).toString()); in TEST()
76 EXPECT_EQ("\x18\x19"s, Uint(25u).toString()); in TEST()
77 EXPECT_EQ("\x18\x64"s, Uint(100u).toString()); in TEST()
78 EXPECT_EQ("\x19\x03\xe8"s, Uint(1000u).toString()); in TEST()
79 EXPECT_EQ("\x1a\x00\x0f\x42\x40"s, Uint(1000000u).toString()); in TEST()
[all …]
/hardware/qcom/sm8150/gps/gnss/
DXtraSystemStatusObserver.cpp149 << mNetworkHandle[0].toString() << endl in updateConnections()
150 << mNetworkHandle[1].toString() << endl in updateConnections()
151 << mNetworkHandle[2].toString() << endl in updateConnections()
152 << mNetworkHandle[3].toString() << endl in updateConnections()
153 << mNetworkHandle[4].toString() << endl in updateConnections()
154 << mNetworkHandle[5].toString() << endl in updateConnections()
155 << mNetworkHandle[6].toString() << endl in updateConnections()
156 << mNetworkHandle[7].toString() << endl in updateConnections()
157 << mNetworkHandle[8].toString() << endl in updateConnections()
158 << mNetworkHandle[MAX_NETWORK_HANDLES-1].toString(); in updateConnections()
[all …]
/hardware/interfaces/keymaster/4.0/support/include/keymasterV4_0/
Dkey_param_output.h29 return os << toString(value);
33 return os << toString(value);
37 return os << toString(value);
41 return os << toString(value);
45 return os << toString(value);
49 return os << toString(value);
53 return os << toString(value);
57 return os << toString(value);
79 return os << toString(value);
83 return os << toString(tag);
/hardware/interfaces/bluetooth/audio/2.0/default/session/
DBluetoothAudioSession.cpp67 LOG(ERROR) << __func__ << " - SessionType=" << toString(session_type_) in OnSessionStarted()
70 LOG(ERROR) << __func__ << " - SessionType=" << toString(session_type_) in OnSessionStarted()
71 << ", AudioConfiguration=" << toString(audio_config) in OnSessionStarted()
74 LOG(ERROR) << __func__ << " - SessionType=" << toString(session_type_) in OnSessionStarted()
82 LOG(INFO) << __func__ << " - SessionType=" << toString(session_type_) in OnSessionStarted()
83 << ", AudioConfiguration=" << toString(audio_config); in OnSessionStarted()
94 LOG(INFO) << __func__ << " - SessionType=" << toString(session_type_); in OnSessionEnded()
109 LOG(INFO) << __func__ << " - SessionType=" << toString(session_type_) in ReportSessionStatus()
116 LOG(INFO) << __func__ << " - SessionType=" << toString(session_type_) in ReportSessionStatus()
130 LOG(WARNING) << __func__ << " - SessionType=" << toString(session_type_) in ReportControlStatus()
[all …]
DBluetoothAudioSupportedCodecsDB.cpp147 << ": Invalid CodecSpecific=" << toString(codec_specific); in IsOffloadSbcConfigurationValid()
159 << ": Invalid CodecSpecific=" << toString(codec_specific); in IsOffloadSbcConfigurationValid()
177 << ": Unsupported CodecSpecific=" << toString(codec_specific); in IsOffloadSbcConfigurationValid()
186 << ": Invalid CodecSpecific=" << toString(codec_specific); in IsOffloadAacConfigurationValid()
195 << ": Invalid CodecSpecific=" << toString(codec_specific); in IsOffloadAacConfigurationValid()
209 << ": Unsupported CodecSpecific=" << toString(codec_specific); in IsOffloadAacConfigurationValid()
218 << ": Invalid CodecSpecific=" << toString(codec_specific); in IsOffloadLdacConfigurationValid()
228 << ": Invalid CodecSpecific=" << toString(codec_specific); in IsOffloadLdacConfigurationValid()
239 << ": Unsupported CodecSpecific=" << toString(codec_specific); in IsOffloadLdacConfigurationValid()
248 << ": Invalid CodecSpecific=" << toString(codec_specific); in IsOffloadAptxConfigurationValid()
[all …]
/hardware/qcom/neuralnetworks/hvxservice/1.0/
DHexagonUtils.h100 std::string toString(uint32_t val);
101 std::string toString(float val);
102 std::string toString(hexagon_nn_nn_id id);
103 std::string toString(op_type op);
104 std::string toString(hexagon_nn_padding_type padding);
105 std::string toString(const hexagon_nn_input& input);
106 std::string toString(const hexagon_nn_output& output);
107 std::string toString(const hexagon_nn_tensordef& tensordef);
108 std::string toString(const hexagon_nn_perfinfo& perfinfo);
109 std::string toString(const ::android::nn::Shape& input);
[all …]
DHexagonUtils.cpp208 std::string toString(uint32_t val) { in toString() function
212 std::string toString(float val) { in toString() function
216 std::string toString(hexagon_nn_nn_id id) { in toString() function
220 std::string toString(op_type op) { in toString() function
231 std::string toString(hexagon_nn_padding_type padding) { in toString() function
245 std::string toString(const hexagon_nn_input& input) { in toString() function
250 std::string toString(const hexagon_nn_output& output) { in toString() function
261 std::string toString(const hexagon_nn_tensordef& tensordef) { in toString() function
272 std::string toString(const hexagon_nn_perfinfo& perfinfo) { in toString() function
279 std::string toString(const ::android::nn::Shape& shape) { in toString() function
[all …]
DHexagonOperationsCheck.cpp36 HEXAGON_SOFT_ASSERT_EQ(3, ins.size(), "Need 3 inputs for " << toString(op)); in addMul()
37 HEXAGON_SOFT_ASSERT_EQ(1, outs.size(), "Need 1 output for " << toString(op)); in addMul()
60 "Need 7 or 10 inputs for " << toString(op)); in pool()
131 std::string name = toString(OperationType::CONCATENATION); in concatenation()
153 std::string name = toString(OperationType::CONV_2D); in conv_2d()
213 std::string name = toString(OperationType::DEPTHWISE_CONV_2D); in depthwise_conv_2d()
274 std::string name = toString(OperationType::DEQUANTIZE); in dequantize()
290 std::string name = toString(OperationType::FULLY_CONNECTED); in fully_connected()
311 std::string name = toString(OperationType::LOCAL_RESPONSE_NORMALIZATION); in local_response_normalization()
327 "Need " << numInputs << " input for " << toString(op)); in activation()
[all …]
/hardware/interfaces/tests/safeunion/1.0/default/
DSafeUnion.cpp77 LOG(INFO) << "SERVER(SafeUnion) setE(myUnion, " << toString(e) << ")"; in setE()
87 LOG(INFO) << "SERVER(SafeUnion) setF(myUnion, " << toString(f) << ")"; in setF()
97 LOG(INFO) << "SERVER(SafeUnion) setG(myUnion, " << toString(g) << ")"; in setG()
107 LOG(INFO) << "SERVER(SafeUnion) setH(myUnion, " << toString(h) << ")"; in setH()
117 LOG(INFO) << "SERVER(SafeUnion) setI(myUnion, " << toString(i) << ")"; in setI()
127 LOG(INFO) << "SERVER(SafeUnion) setJ(myUnion, " << toString(j) << ")"; in setJ()
137 LOG(INFO) << "SERVER(SafeUnion) setK(myUnion, " << toString(k) << ")"; in setK()
147 LOG(INFO) << "SERVER(SafeUnion) setL(myUnion, " << toString(l) << ")"; in setL()
157 LOG(INFO) << "SERVER(SafeUnion) setM(myUnion, " << toString(m) << ")"; in setM()
196 LOG(INFO) << "SERVER(SafeUnion) setInterfaceB(myUnion, " << toString(b) << ")"; in setInterfaceB()
[all …]
/hardware/interfaces/automotive/vehicle/2.0/default/tests/
DVehiclePropConfigIndex_test.cpp61 ASSERT_EQ(toString(configs[i]), toString(actualConfigs[i])); in TEST_F()
68 ASSERT_EQ(toString(configs[1]), toString(actualConfig)); in TEST_F()
/hardware/interfaces/health/2.0/vts/functional/
DVtsHalHealthV2_0TargetTest.cpp55 using V1_0::toString;
115 return AssertionFailure() << toString(static_cast<Result>(r)); in isAllOk()
164 ASSERT_EQ(Result::NOT_FOUND, static_cast<Result>(ret)) << "Actual: " << toString(ret); in TEST_P()
190 return AssertionFailure() << "Result is not SUCCESS or NOT_SUPPORTED: " << toString(res); in isPropertyOk()
291 EXPECT_VALID_OR_UNSUPPORTED_PROP(result, toString(value), verifyEnum<BatteryStatus>(value)); in TEST_P()
300 EXPECT_VALID_OR_UNSUPPORTED_PROP(result, toString(value), verifyStorageInfo(value)); in TEST_P()
309 EXPECT_VALID_OR_UNSUPPORTED_PROP(result, toString(value), true); in TEST_P()
318 EXPECT_VALID_OR_UNSUPPORTED_PROP(result, toString(value), verifyHealthInfo(value)); in TEST_P()
351 << toString(status.result) << ", skipping"; in IsBatteryCurrentSignCorrect()
356 << toString(current.result) << ", skipping"; in IsBatteryCurrentSignCorrect()
[all …]
/hardware/interfaces/radio/config/1.1/vts/functional/
Dradio_config_hidl_hal_api.cpp31 ALOGI("getModemsConfig, rspInfo.error = %s\n", toString(radioConfigRsp->rspInfo.error).c_str()); in TEST_P()
48 ALOGI("setModemsConfig, rspInfo.error = %s\n", toString(radioConfigRsp->rspInfo.error).c_str()); in TEST_P()
67 ALOGI("setModemsConfig, rspInfo.error = %s\n", toString(radioConfigRsp->rspInfo.error).c_str()); in TEST_P()
84 toString(radioConfigRsp->rspInfo.error).c_str()); in TEST_P()
110 toString(radioConfigRsp->rspInfo.error).c_str()); in TEST_P()
134 toString(radioConfigRsp->rspInfo.error).c_str()); in TEST_P()
154 toString(radioConfigRsp->rspInfo.error).c_str()); in TEST_P()
/hardware/interfaces/vibrator/aidl/vts/
DVtsHalVibratorTargetTest.cpp126 EXPECT_TRUE(status.isOk()) << toString(effect) << " " << toString(strength); in TEST_P()
131 << toString(effect) << " " << toString(strength); in TEST_P()
192 << toString(effect) << " " << toString(strength); in TEST_P()
200 << toString(effect) << " " << toString(strength); in TEST_P()
415 << toString(primitive); in TEST_P()
419 << toString(primitive); in TEST_P()
424 << toString(primitive); in TEST_P()
428 EXPECT_LE(elapsed.count(), (duration + allowedLatency).count()) << toString(primitive); in TEST_P()
429 EXPECT_GE(elapsed.count(), (duration - allowedLatency).count()) << toString(primitive); in TEST_P()
448 << toString(effect) << " " << toString(strength); in TEST_P()
[all …]
/hardware/interfaces/tests/baz/1.0/default/
DBaz.cpp60 LOG(INFO) << "Baz::someBoolArrayMethod(" << toString(x) << ")"; in someBoolArrayMethod()
74 LOG(INFO) << "Baz::someBoolVectorMethod(" << toString(x) << ")"; in someBoolVectorMethod()
89 << toString(foo); in someOtherBaseMethod()
99 << toString(fooInput); in someMethodWithFooArrays()
113 << toString(fooInput); in someMethodWithFooVectors()
128 << toString(in); in someMethodWithVectorOfArray()
147 << toString(in); in someMethodTakingAVectorOfArray()
164 LOG(INFO) << "Baz::transpose " << toString(in); in transpose()
179 LOG(INFO) << "Baz::transpose2 " << toString(in); in transpose2()
340 << toString(array) in haveSomeStrings()
[all …]
/hardware/interfaces/radio/1.2/vts/functional/
Dradio_hidl_hal_api.cpp60 ALOGI("startNetworkScan, rspInfo.error = %s\n", toString(radioRsp_v1_2->rspInfo.error).c_str()); in TEST_P()
98 toString(radioRsp_v1_2->rspInfo.error).c_str()); in TEST_P()
130 toString(radioRsp_v1_2->rspInfo.error).c_str()); in TEST_P()
162 toString(radioRsp_v1_2->rspInfo.error).c_str()); in TEST_P()
194 toString(radioRsp_v1_2->rspInfo.error).c_str()); in TEST_P()
226 toString(radioRsp_v1_2->rspInfo.error).c_str()); in TEST_P()
258 toString(radioRsp_v1_2->rspInfo.error).c_str()); in TEST_P()
290 toString(radioRsp_v1_2->rspInfo.error).c_str()); in TEST_P()
326 toString(radioRsp_v1_2->rspInfo.error).c_str()); in TEST_P()
363 toString(radioRsp_v1_2->rspInfo.error).c_str()); in TEST_P()
[all …]
/hardware/interfaces/dumpstate/1.1/vts/functional/
DVtsHalDumpstateV1_1TargetTest.cpp42 using ::android::hardware::dumpstate::V1_1::toString;
110 << "Required mode (DumpstateMode::" << toString(GetMode()) in AssertStatusForMode()
111 << "): status should be DumpstateStatus::" << toString(expected) in AssertStatusForMode()
112 << ", but got DumpstateStatus::" << toString(status); in AssertStatusForMode()
117 << "Optional mode (DumpstateMode::" << toString(GetMode()) in AssertStatusForMode()
118 << "): status should be DumpstateStatus::" << toString(expected) in AssertStatusForMode()
120 << toString(status); in AssertStatusForMode()
334 "_" + toString(std::get<1>(info.param)); in PrintInstanceNameToStringWithMode()
/hardware/google/pixel/thermal/
DThermal.cpp194 << " Type: " << android::hardware::thermal::V2_0::toString(type); in registerThermalChangedCallback()
221 << android::hardware::thermal::V2_0::toString(c.type); in unregisterThermalChangedCallback()
241 << " Type: " << android::hardware::thermal::V2_0::toString(t.type) in sendThermalChangedCallback()
243 << android::hardware::thermal::V2_0::toString(t.throttlingStatus); in sendThermalChangedCallback()
275 dump_buf << " Type: " << android::hardware::thermal::V1_0::toString(t.type) in debug()
304 dump_buf << " Type: " << android::hardware::thermal::V2_0::toString(t.type) in debug()
307 << android::hardware::thermal::V2_0::toString(t.throttlingStatus) in debug()
320 dump_buf << " Type: " << android::hardware::thermal::V2_0::toString(t.type) in debug()
343 dump_buf << " Type: " << android::hardware::thermal::V2_0::toString(c.type) in debug()
351 << " Type: " << android::hardware::thermal::V2_0::toString(c.type) in debug()
/hardware/interfaces/broadcastradio/2.0/default/
DTunerSession.cpp68 LOG(VERBOSE) << "tune (internal) to " << toString(sel); in tuneInternalLocked()
93 LOG(DEBUG) << "tune to " << toString(sel); in tune()
99 LOG(WARNING) << "selector not supported: " << toString(sel); in tune()
104 LOG(ERROR) << "selector is not valid: " << toString(sel); in tune()
233 LOG(DEBUG) << "requested program list updates, filter=" << toString(filter); in startProgramListUpdates()
265 LOG(VERBOSE) << __func__ << " " << toString(flag); in isConfigFlagSet()
272 LOG(VERBOSE) << __func__ << " " << toString(flag) << " " << value; in setConfigFlag()
/hardware/interfaces/radio/1.3/vts/functional/
Dradio_hidl_hal_api.cpp45 toString(radioRsp_v1_3->rspInfo.error).c_str()); in TEST_P()
62 toString(radioRsp_v1_3->rspInfo.error).c_str()); in TEST_P()
83 toString(radioRsp_v1_3->rspInfo.error).c_str()); in TEST_P()
/hardware/interfaces/health/2.1/vts/functional/
DVtsHalHealthV2_1TargetTest.cpp42 using ::android::hardware::health::V1_0::toString;
43 using ::android::hardware::health::V2_0::toString;
44 using ::android::hardware::health::V2_1::toString;
68 return os << toString(res); in operator <<()
136 return AssertionFailure() << toString(static_cast<Result>(r)); in ResultIsSuccess()
/hardware/qcom/data/ipacfg-mgr/msm8998/hal/src/
DLocalLogBuffer.cpp108 string LocalLogBuffer::FunctionLog::toString() { in toString() function in LocalLogBuffer::FunctionLog
126 ALOGD("%s: %s", mName.c_str(), mLogs[i].toString().c_str()); in toLogcat()
131 string line = mName + " " + mLogs[i].toString(); in toFd()
/hardware/interfaces/health/utils/libhealth2impl/
DHalHealthLoop.cpp64 LOG(WARNING) << "update() on the health HAL implementation failed with " << toString(res); in ScheduleBatteryUpdate()
70 << toString(res); in ScheduleBatteryUpdate()
/hardware/interfaces/radio/config/1.0/vts/functional/
Dradio_config_hidl_hal_api.cpp32 toString(radioConfigRsp->rspInfo.error).c_str()); in TEST_P()
50 toString(radioConfigRsp->rspInfo.error).c_str()); in TEST_P()

1234