/frameworks/av/camera/include/camera/ |
D | StringUtils.h | 29 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/ |
D | binder_test_utils.h | 26 ASSERT_TRUE(expect_status.isOk()) << expect_status.toString8().c_str(); \ 38 EXPECT_TRUE(expect_status.isOk()) << expect_status.toString8().c_str(); \
|
D | installd_dexopt_test.cpp | 271 << 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/ |
D | DisplayEventReceiver.cpp | 52 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/ |
D | IServiceManager.cpp | 410 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()
|
D | LazyServiceRegistrar.cpp | 141 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()
|
D | Status.cpp | 243 String8 Status::toString8() const { in toString8() function in android::binder::Status
|
/frameworks/native/include/binder/ |
D | Status.h | 147 String8 toString8() const; 166 return o << s.toString8();
|
/frameworks/native/libs/binder/include/binder/ |
D | Status.h | 147 String8 toString8() const; 166 return o << s.toString8();
|
/frameworks/av/services/camera/libcameraservice/aidl/ |
D | AidlCameraDeviceUser.cpp | 123 __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()
|
D | AidlCameraService.cpp | 111 ret.toString8().c_str()); in getCameraCharacteristics() 160 serviceRet.toString8().c_str()); in connectDevice()
|
/frameworks/av/camera/ndk/impl/ |
D | ACameraDevice.cpp | 166 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 …]
|
D | ACameraManager.cpp | 77 __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/ |
D | BinderResult.h | 47 return std::string{status.toString8().c_str()}; in errorToString()
|
/frameworks/av/camera/ |
D | CameraBase.cpp | 86 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/ |
D | main.cpp | 387 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/ |
D | DropBoxManager.cpp | 199 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/ |
D | HalResult.h | 54 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/ |
D | CryptoHalHidl.cpp | 78 static String8 toString8(hidl_string hString) { in toString8() function 351 *errorDetailMsg = toString8(hDetailedError); in decrypt() 364 *errorDetailMsg = toString8(hDetailedError); in decrypt()
|
D | DrmHalHidl.cpp | 119 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()
|
D | CryptoHalAidl.cpp | 138 static String8 toString8(const std::string& string) { in toString8() function 358 *errorDetailMsg = toString8(msgStr); in decrypt()
|
D | DrmHalAidl.cpp | 115 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/ |
D | status.cpp | 70 android::String8 description = status->get().toString8(); in AStatus_getDescription()
|
/frameworks/av/services/camera/libcameraservice/device3/ |
D | Camera3IOStreamBase.cpp | 276 mCombinedFence = Fence::merge(toString8(mName), mCombinedFence, releaseFence); in returnAnyBufferLocked()
|
/frameworks/base/services/incremental/ |
D | IncrementalService.cpp | 666 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()
|