Home
last modified time | relevance | path

Searched refs:toString8 (Results 1 – 25 of 39) sorted by relevance

12

/frameworks/av/camera/include/camera/
DStringUtils.h29 inline String8 toString8(const std::string &str) { in toString8() function
33 inline String8 toString8(const String16 &str) { in toString8() function
37 inline String8 toString8(const char *str) { in toString8() function
/frameworks/native/cmds/installd/tests/
Dbinder_test_utils.h26 ASSERT_TRUE(expect_status.isOk()) << expect_status.toString8().c_str(); \
38 EXPECT_TRUE(expect_status.isOk()) << expect_status.toString8().c_str(); \
Dinstalld_dexopt_test.cpp271 << status.toString8().c_str(); in create_mock_app()
350 << status.toString8().c_str(); in create_mock_app()
402 ASSERT_EQ(should_binder_call_succeed, result.isOk()) << result.toString8().c_str(); in CompileSecondaryDex()
434 ASSERT_EQ(should_binder_call_succeed, result.isOk()) << result.toString8().c_str(); in reconcile_secondary_dex()
560 ASSERT_EQ(should_binder_call_succeed, result.isOk()) << result.toString8().c_str(); in CompilePrimaryDex()
658 ASSERT_TRUE(result.isOk()) << result.toString8().c_str(); in TestDeleteOdex()
737 EXPECT_STREQ(status.toString8().c_str(), "No error"); in TEST_F()
745 EXPECT_STREQ(status.toString8().c_str(), in TEST_F()
754 EXPECT_STREQ(status.toString8().c_str(), in TEST_F()
763 EXPECT_STREQ(status.toString8().c_str(), in TEST_F()
[all …]
/frameworks/native/libs/gui/
DDisplayEventReceiver.cpp52 ALOGE("stealReceiveChannel failed: %s", status.toString8().c_str()); in DisplayEventReceiver()
58 ALOGE("DisplayEventConnection creation failed: status=%s", status.toString8().c_str()); in DisplayEventReceiver()
102 ALOGE("Failed to get latest vsync event data: %s", status.toString8().c_str()); in getLatestVsyncEventData()
/frameworks/native/libs/binder/
DIServiceManager.cpp410 status.toString8().c_str()); in waitForService()
426 status.toString8().c_str()); in waitForService()
463 status.toString8().c_str()); in waitForService()
475 status.toString8().c_str()); in isDeclared()
487 status.toString8().c_str()); in getDeclaredInstances()
504 status.toString8().c_str()); in updatableViaApex()
515 status.toString8().c_str()); in getUpdatableNames()
534 status.toString8().c_str()); in getConnectionInfo()
555 status.toString8().c_str()); in registerForNotifications()
607 String8(name).c_str(), status.toString8().c_str()); in unregisterForNotifications()
DLazyServiceRegistrar.cpp141 ALOGE("Failed to register service %s (%s)", name.c_str(), status.toString8().c_str()); in registerServiceLocked()
152 status.toString8().c_str()); in registerServiceLocked()
195 ALOGI("Failed to unregister service %s (%s)", name.c_str(), status.toString8().c_str()); in tryUnregisterLocked()
DStatus.cpp243 String8 Status::toString8() const { in toString8() function in android::binder::Status
/frameworks/native/include/binder/
DStatus.h147 String8 toString8() const;
166 return o << s.toString8();
/frameworks/native/libs/binder/include/binder/
DStatus.h147 String8 toString8() const;
166 return o << s.toString8();
/frameworks/av/services/camera/libcameraservice/aidl/
DAidlCameraDeviceUser.cpp123 __FUNCTION__, ret.toString8().c_str()); in submitRequestList()
162 ALOGE("%s: Failed to create stream: %s", __FUNCTION__, ret.toString8().c_str()); in createStream()
174 ALOGE("%s: Failed to create default request: %s", __FUNCTION__, ret.toString8().c_str()); in createDefaultRequest()
206 __FUNCTION__, in_streamId, ret.toString8().c_str()); in updateOutputConfiguration()
DAidlCameraService.cpp111 ret.toString8().c_str()); in getCameraCharacteristics()
160 serviceRet.toString8().c_str()); in connectDevice()
/frameworks/av/camera/ndk/impl/
DACameraDevice.cpp166 ALOGE("Create capture request failed: %s", remoteRet.toString8().c_str()); in createCaptureRequest()
320 remoteRet.toString8().c_str()); in updateOutputConfigurationLocked()
325 remoteRet.toString8().c_str()); in updateOutputConfigurationLocked()
330 remoteRet.toString8().c_str()); in updateOutputConfigurationLocked()
335 remoteRet.toString8().c_str()); in updateOutputConfigurationLocked()
371 remoteRet.toString8().c_str()); in prepareLocked()
378 remoteRet.toString8().c_str()); in prepareLocked()
383 remoteRet.toString8().c_str()); in prepareLocked()
388 remoteRet.toString8().c_str()); in prepareLocked()
549 ALOGE("Stop repeating request fails in remote: %s", remoteRet.toString8().c_str()); in stopRepeatingLocked()
[all …]
DACameraManager.cpp77 __func__, myUid, status.toString8().c_str()); in getCurrentDeviceId()
106 __func__, deviceId, status.toString8().c_str()); in getDevicePolicyForDeviceId()
262 __FUNCTION__, res.toString8().c_str()); in getCameraServiceLocked()
272 __FUNCTION__, ret.toString8().c_str()); in getCameraServiceLocked()
827 serviceRet.toString8().c_str()); in getCameraCharacteristics()
873 ALOGE("%s: connect camera device failed: %s", __FUNCTION__, serviceRet.toString8().c_str()); in openCamera()
/frameworks/av/media/liberror/include/error/
DBinderResult.h47 return std::string{status.toString8().c_str()}; in errorToString()
/frameworks/av/camera/
DCameraBase.cpp86 cameraId = toString8(tempCameraId); in readFromParcel()
188 (cs == nullptr) ? "Service not available" : ret.toString8().c_str()); in connect()
273 res.toString8().c_str()); in getNumberOfCameras()
/frameworks/base/cmds/incident/
Dmain.cpp387 fprintf(stderr, "reportIncident returned \"%s\"\n", status.toString8().c_str()); in main()
399 fprintf(stderr, "reportIncident returned \"%s\"\n", status.toString8().c_str()); in main()
406 fprintf(stderr, "reportIncident returned \"%s\"\n", status.toString8().c_str()); in main()
/frameworks/base/libs/services/src/os/
DDropBoxManager.cpp199 ALOGD("service->add returned %s", status.toString8().c_str()); in addData()
233 ALOGD("service->add returned %s", status.toString8().c_str()); in addFile()
/frameworks/native/include/powermanager/
DHalResult.h54 return HalResult<T>::failed(std::string(status.toString8().c_str())); in fromStatus()
132 return HalResult<void>::failed(std::string(status.toString8().c_str())); in fromStatus()
/frameworks/av/drm/libmediadrm/
DCryptoHalHidl.cpp78 static String8 toString8(hidl_string hString) { in toString8() function
351 *errorDetailMsg = toString8(hDetailedError); in decrypt()
364 *errorDetailMsg = toString8(hDetailedError); in decrypt()
DDrmHalHidl.cpp119 static String8 toString8(const hidl_string& string) { in toString8() function
206 keyedVector.add(toString8(hKeyedVector[i].key), toString8(hKeyedVector[i].value)); in toKeyedVector()
763 defaultUrl = toString8(hDefaultUrl); in getKeyRequest()
776 defaultUrl = toString8(hDefaultUrl); in getKeyRequest()
789 defaultUrl = toString8(hDefaultUrl); in getKeyRequest()
881 defaultUrl = toString8(hDefaultUrl); in getProvisionRequest()
891 defaultUrl = toString8(hDefaultUrl); in getProvisionRequest()
1201 value = toString8(hValue); in getPropertyStringInternal()
DCryptoHalAidl.cpp138 static String8 toString8(const std::string& string) { in toString8() function
358 *errorDetailMsg = toString8(msgStr); in decrypt()
DDrmHalAidl.cpp115 static String8 toString8(const std::string& string) { in toString8() function
137 keyedVector.add(toString8(keyValueVec[i].key), toString8(keyValueVec[i].value)); in toKeyedVector()
614 defaultUrl = toString8(keyRequest.defaultUrl); in getKeyRequest()
694 defaultUrl = toString8(requestAidl.defaultUrl); in getProvisionRequest()
900 value = toString8(result); in getPropertyStringInternal()
/frameworks/native/libs/binder/ndk/
Dstatus.cpp70 android::String8 description = status->get().toString8(); in AStatus_getDescription()
/frameworks/av/services/camera/libcameraservice/device3/
DCamera3IOStreamBase.cpp276 mCombinedFence = Fence::merge(toString8(mName), mCombinedFence, releaseFence); in returnAnyBufferLocked()
/frameworks/base/services/incremental/
DIncrementalService.cpp666 LOG(ERROR) << "Vold::mountIncFs() failed: " << status.toString8(); in createStorage()
965 << " check failed: " << status.toString8(); in setStorageParams()
974 << " check failed: " << status.toString8(); in setStorageParams()
1018 LOG(ERROR) << "applyStorageParams failed: " << status.toString8(); in applyStorageParamsLocked()
1333 LOG(ERROR) << "Calling Vold::bindMount() failed: " << status.toString8(); in addBindMountWithMd()
1683 LOG(ERROR) << "Vold::mountIncFs() failed: " << status.toString8(); in mountExistingImage()
2594 LOG(ERROR) << "Failed to get dataloader: " << status.toString8(); in getDataLoader()
2598 LOG(ERROR) << "DataLoader is null: " << status.toString8(); in getDataLoader()
2737 LOG(ERROR) << "Failed to create DataLoader: " << status.toString8(); in create()
2750 LOG(ERROR) << "Failed to start DataLoader: " << status.toString8(); in start()

12