/hardware/interfaces/bluetooth/audio/2.0/default/ |
D | BluetoothAudioProvider.cpp | 70 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 …]
|
D | BluetoothAudioProvidersFactory.cpp | 43 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/keymaster/4.0/support/include/keymasterV4_0/ |
D | key_param_output.h | 29 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/qcom/neuralnetworks/hvxservice/1.0/ |
D | HexagonUtils.h | 100 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 …]
|
D | HexagonUtils.cpp | 208 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 …]
|
D | HexagonOperationsCheck.cpp | 36 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/bluetooth/audio/2.0/default/session/ |
D | BluetoothAudioSession.cpp | 67 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() 107 LOG(INFO) << __func__ << " - SessionType=" << toString(session_type_) in ReportSessionStatus() 114 LOG(INFO) << __func__ << " - SessionType=" << toString(session_type_) in ReportSessionStatus() 128 LOG(WARNING) << __func__ << " - SessionType=" << toString(session_type_) in ReportControlStatus() 135 LOG(INFO) << __func__ << " - status=" << toString(status) in ReportControlStatus() [all …]
|
D | BluetoothAudioSupportedCodecsDB.cpp | 145 << ": Invalid CodecSpecific=" << toString(codec_specific); in IsOffloadSbcConfigurationValid() 157 << ": Invalid CodecSpecific=" << toString(codec_specific); in IsOffloadSbcConfigurationValid() 175 << ": Unsupported CodecSpecific=" << toString(codec_specific); in IsOffloadSbcConfigurationValid() 184 << ": Invalid CodecSpecific=" << toString(codec_specific); in IsOffloadAacConfigurationValid() 193 << ": Invalid CodecSpecific=" << toString(codec_specific); in IsOffloadAacConfigurationValid() 207 << ": Unsupported CodecSpecific=" << toString(codec_specific); in IsOffloadAacConfigurationValid() 216 << ": Invalid CodecSpecific=" << toString(codec_specific); in IsOffloadLdacConfigurationValid() 226 << ": Invalid CodecSpecific=" << toString(codec_specific); in IsOffloadLdacConfigurationValid() 237 << ": Unsupported CodecSpecific=" << toString(codec_specific); in IsOffloadLdacConfigurationValid() 246 << ": Invalid CodecSpecific=" << toString(codec_specific); in IsOffloadAptxConfigurationValid() [all …]
|
/hardware/interfaces/tests/safeunion/1.0/default/ |
D | SafeUnion.cpp | 77 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/ |
D | VehiclePropConfigIndex_test.cpp | 61 ASSERT_EQ(toString(configs[i]), toString(actualConfigs[i])); in TEST_F() 68 ASSERT_EQ(toString(configs[1]), toString(actualConfig)); in TEST_F()
|
/hardware/interfaces/tests/baz/1.0/default/ |
D | Baz.cpp | 60 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/config/1.1/vts/functional/ |
D | radio_config_hidl_hal_api.cpp | 31 ALOGI("getModemsConfig, rspInfo.error = %s\n", toString(radioConfigRsp->rspInfo.error).c_str()); in TEST_F() 48 ALOGI("setModemsConfig, rspInfo.error = %s\n", toString(radioConfigRsp->rspInfo.error).c_str()); in TEST_F() 67 ALOGI("setModemsConfig, rspInfo.error = %s\n", toString(radioConfigRsp->rspInfo.error).c_str()); in TEST_F() 84 toString(radioConfigRsp->rspInfo.error).c_str()); in TEST_F() 110 toString(radioConfigRsp->rspInfo.error).c_str()); in TEST_F() 134 toString(radioConfigRsp->rspInfo.error).c_str()); in TEST_F() 154 toString(radioConfigRsp->rspInfo.error).c_str()); in TEST_F()
|
/hardware/interfaces/radio/1.3/vts/functional/ |
D | radio_hidl_hal_api.cpp | 35 toString(radioRsp_v1_3->rspInfo.error).c_str()); in TEST_F() 52 toString(radioRsp_v1_3->rspInfo.error).c_str()); in TEST_F() 73 toString(radioRsp_v1_3->rspInfo.error).c_str()); in TEST_F() 97 toString(radioRsp_v1_3->rspInfo.error).c_str()); in TEST_F() 109 toString(radioRsp_v1_3->rspInfo.error).c_str()); in TEST_F()
|
/hardware/interfaces/radio/1.2/vts/functional/ |
D | radio_hidl_hal_api.cpp | 57 ALOGI("startNetworkScan, rspInfo.error = %s\n", toString(radioRsp_v1_2->rspInfo.error).c_str()); in TEST_F() 95 toString(radioRsp_v1_2->rspInfo.error).c_str()); in TEST_F() 127 toString(radioRsp_v1_2->rspInfo.error).c_str()); in TEST_F() 159 toString(radioRsp_v1_2->rspInfo.error).c_str()); in TEST_F() 191 toString(radioRsp_v1_2->rspInfo.error).c_str()); in TEST_F() 223 toString(radioRsp_v1_2->rspInfo.error).c_str()); in TEST_F() 255 toString(radioRsp_v1_2->rspInfo.error).c_str()); in TEST_F() 287 toString(radioRsp_v1_2->rspInfo.error).c_str()); in TEST_F() 321 toString(radioRsp_v1_2->rspInfo.error).c_str()); in TEST_F() 356 toString(radioRsp_v1_2->rspInfo.error).c_str()); in TEST_F() [all …]
|
/hardware/google/pixel/thermal/ |
D | Thermal.cpp | 194 << " 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/health/2.0/vts/functional/ |
D | VtsHalHealthV2_0TargetTest.cpp | 150 return AssertionFailure() << toString(static_cast<Result>(r)); in isAllOk() 201 ASSERT_EQ(Result::NOT_FOUND, static_cast<Result>(ret)) << "Actual: " << toString(ret); in TEST_F() 227 return AssertionFailure() << "Result is not SUCCESS or NOT_SUPPORTED: " << toString(res); in isPropertyOk() 329 result, toString(value), in TEST_F() 340 EXPECT_VALID_OR_UNSUPPORTED_PROP(result, toString(value), verifyStorageInfo(value)); in TEST_F() 350 EXPECT_VALID_OR_UNSUPPORTED_PROP(result, toString(value), true); in TEST_F() 360 EXPECT_VALID_OR_UNSUPPORTED_PROP(result, toString(value), verifyHealthInfo(value)); in TEST_F()
|
/hardware/interfaces/broadcastradio/2.0/default/ |
D | TunerSession.cpp | 68 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/qcom/data/ipacfg-mgr/msm8998/hal/src/ |
D | LocalLogBuffer.cpp | 108 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/radio/1.0/vts/functional/ |
D | vts_test_util.cpp | 46 return testing::AssertionFailure() << "RadioError:" + toString(err) + " is returned"; in CheckAnyOfErrors() 55 return testing::AssertionFailure() << "SapError:" + toString(err) + " is returned"; in CheckAnyOfErrors()
|
/hardware/interfaces/radio/config/1.0/vts/functional/ |
D | radio_config_hidl_hal_api.cpp | 32 toString(radioConfigRsp->rspInfo.error).c_str()); in TEST_F() 50 toString(radioConfigRsp->rspInfo.error).c_str()); in TEST_F()
|
/hardware/interfaces/radio/1.4/vts/functional/ |
D | radio_hidl_hal_api.cpp | 42 ALOGI("emergencyDial, rspInfo.error = %s\n", toString(radioRsp_v1_4->rspInfo.error).c_str()); in TEST_F() 74 toString(radioRsp_v1_4->rspInfo.error).c_str()); in TEST_F() 106 toString(radioRsp_v1_4->rspInfo.error).c_str()); in TEST_F() 129 toString(radioRsp_v1_4->rspInfo.error).c_str()); in TEST_F() 151 toString(radioRsp_v1_4->rspInfo.error).c_str()); in TEST_F() 164 toString(radioRsp_v1_4->rspInfo.error).c_str()); in TEST_F() 189 ALOGI("startNetworkScan, rspInfo.error = %s\n", toString(radioRsp_v1_4->rspInfo.error).c_str()); in TEST_F() 218 toString(radioRsp_v1_4->rspInfo.error).c_str()); in TEST_F() 254 toString(radioRsp_v1_4->rspInfo.error).c_str()); in TEST_F() 289 toString(radioRsp_v1_4->rspInfo.error).c_str()); in TEST_F() [all …]
|
/hardware/google/pixel/power-libperfmgr/ |
D | Power.cpp | 131 ATRACE_INT(android::hardware::power::V1_0::toString(hint).c_str(), data); in powerHint() 133 android::hardware::power::V1_0::toString(hint).c_str(), static_cast<int>(data)); in powerHint() 234 ATRACE_INT(android::hardware::power::V1_2::toString(hint).c_str(), data); in powerHintAsync_1_2() 236 android::hardware::power::V1_2::toString(hint).c_str(), static_cast<int>(data)); in powerHintAsync_1_2() 332 ATRACE_INT(android::hardware::power::V1_3::toString(hint).c_str(), data); in powerHintAsync_1_3()
|
/hardware/interfaces/broadcastradio/common/utils1x/ |
D | Utils.cpp | 98 ALOGW("Unsupported program type: %s", toString(type).c_str()); in tunesTo() 157 ALOGW("Identifier %s not found", toString(type).c_str()); in getId() 179 LOG_ALWAYS_FATAL("Unsupported band: %s", toString(band).c_str()); in make_selector() 241 ALOGW("Unsupported band config type: %s", toString(l.type).c_str()); in operator ==()
|
/hardware/interfaces/health/storage/1.0/vts/functional/ |
D | VtsHalHealthStorageV1_0TargetTest.cpp | 45 std::string toString(std::chrono::duration<R, std::milli> time) { in toString() function 96 ASSERT_TRUE(waitLocked(&lock, timeout)) << "timeout after " << toString(timeout); in waitForResult() 164 << toString(kDevGcTimeout + kDevGcTolerance + kRpcTime); in TEST_F()
|
/hardware/interfaces/audio/core/all-versions/vts/functional/2.0/ |
D | AudioPrimaryHidlHalTest.cpp | 69 SCOPED_TRACE("mode=" + toString(mode)); in TEST_F() 75 SCOPED_TRACE("mode=" + toString(mode)); in TEST_F()
|