/frameworks/native/cmds/servicemanager/ |
D | ServiceManager.cpp | 187 return Status::fromExceptionCode(Status::EX_SECURITY); in addService() 191 return Status::fromExceptionCode(Status::EX_SECURITY); in addService() 195 return Status::fromExceptionCode(Status::EX_ILLEGAL_ARGUMENT); in addService() 200 return Status::fromExceptionCode(Status::EX_ILLEGAL_ARGUMENT); in addService() 206 return Status::fromExceptionCode(Status::EX_ILLEGAL_ARGUMENT); in addService() 213 return Status::fromExceptionCode(Status::EX_ILLEGAL_STATE); in addService() 237 return Status::fromExceptionCode(Status::EX_SECURITY); in listServices() 266 return Status::fromExceptionCode(Status::EX_SECURITY); in registerForNotifications() 271 return Status::fromExceptionCode(Status::EX_ILLEGAL_ARGUMENT); in registerForNotifications() 275 return Status::fromExceptionCode(Status::EX_NULL_POINTER); in registerForNotifications() [all …]
|
/frameworks/native/libs/binder/include/binder/ |
D | Status.h | 87 static Status fromExceptionCode(int32_t exceptionCode); 88 static Status fromExceptionCode(int32_t exceptionCode, 90 static Status fromExceptionCode(int32_t exceptionCode,
|
/frameworks/native/include/binder/ |
D | Status.h | 87 static Status fromExceptionCode(int32_t exceptionCode); 88 static Status fromExceptionCode(int32_t exceptionCode, 90 static Status fromExceptionCode(int32_t exceptionCode,
|
/frameworks/native/libs/binder/ |
D | Status.cpp | 26 Status Status::fromExceptionCode(int32_t exceptionCode) { in fromExceptionCode() function in android::binder::Status 33 Status Status::fromExceptionCode(int32_t exceptionCode, in fromExceptionCode() function in android::binder::Status 41 Status Status::fromExceptionCode(int32_t exceptionCode, in fromExceptionCode() function in android::binder::Status 43 return fromExceptionCode(exceptionCode, String8(message)); in fromExceptionCode()
|
/frameworks/base/libs/services/src/os/ |
D | DropBoxManager.cpp | 203 return Status::fromExceptionCode(Status::EX_ILLEGAL_STATE, message.c_str()); in addFile() 214 return Status::fromExceptionCode(Status::EX_ILLEGAL_STATE, message.c_str()); in addFile() 226 return Status::fromExceptionCode(Status::EX_NULL_POINTER, "can't find dropbox service"); in add()
|
/frameworks/base/cmds/incidentd/src/ |
D | IncidentService.cpp | 82 return Status::fromExceptionCode( in checkIncidentPermissions() 89 return Status::fromExceptionCode( in checkIncidentPermissions() 100 return Status::fromExceptionCode( in checkIncidentPermissions() 110 return Status::fromExceptionCode( in checkIncidentPermissions() 314 return Status::fromExceptionCode(Status::EX_SECURITY, "Only ROOT or SHELL allowed"); in reportIncidentToDumpstate() 344 return Status::fromExceptionCode(Status::EX_SECURITY, in systemRunning()
|
/frameworks/native/libs/binder/ndk/ |
D | status.cpp | 30 return new AStatus(Status::fromExceptionCode(PruneException(exception))); in AStatus_fromExceptionCode() 34 return new AStatus(Status::fromExceptionCode(PruneException(exception), message)); in AStatus_fromExceptionCodeWithMessage()
|
/frameworks/base/services/core/jni/ |
D | com_android_server_VibratorService.cpp | 118 return Status::fromExceptionCode(Status::EX_NONE); in NoneStatus() 124 return Status::fromExceptionCode(Status::EX_NONE); in NoneStatus() 131 return Status::fromExceptionCode(Status::EX_NULL_POINTER); in NullptrStatus() 137 return Status::fromExceptionCode(Status::EX_NULL_POINTER); in NullptrStatus()
|
/frameworks/av/media/libmedia/omx/1.0/ |
D | WOmxBufferSource.cpp | 57 return ::android::binder::Status::fromExceptionCode( in onInputBufferEmptied()
|
/frameworks/av/media/libstagefright/omx/1.0/ |
D | WOmxBufferSource.cpp | 57 return ::android::binder::Status::fromExceptionCode( in onInputBufferEmptied()
|
/frameworks/native/cmds/idlcli/ |
D | vibrator.h | 37 return Status::fromExceptionCode(Status::EX_NULL_POINTER); in NullptrStatus()
|
/frameworks/base/cmds/idmap2/idmap2d/ |
D | Idmap2Service.cpp | 58 return Status::fromExceptionCode(Status::EX_NONE, msg.c_str()); in error()
|
/frameworks/native/libs/binder/ndk/include_cpp/android/ |
D | binder_auto_utils.h | 244 static ScopedAStatus fromExceptionCode(binder_exception_t exception) { in fromExceptionCode() function
|
/frameworks/native/cmds/dumpstate/ |
D | DumpstateService.cpp | 44 return binder::Status::fromExceptionCode(code, String8(msg.c_str())); in exception()
|
/frameworks/native/libs/binder/tests/ |
D | binderStabilityTest.cpp | 105 return Status::fromExceptionCode(BadStableBinder::doUserTransaction(binder)); in sendAndCallBinder()
|
/frameworks/base/cmds/statsd/src/ |
D | StatsService.cpp | 71 return binder::Status::fromExceptionCode(code, String8(msg.c_str())); in exception() 1099 return Status::fromExceptionCode( in statsCompanionReady() 1165 return Status::fromExceptionCode(binder::Status::EX_ILLEGAL_ARGUMENT, in addConfiguration()
|
/frameworks/av/media/libmedia/include/media/omx/1.0/ |
D | Conversion.h | 184 return ::android::binder::Status::fromExceptionCode( in toBinderStatus()
|
/frameworks/native/libs/gui/bufferqueue/1.0/ |
D | Conversion.cpp | 120 return ::android::binder::Status::fromExceptionCode( in toBinderStatus()
|
/frameworks/native/cmds/installd/ |
D | InstalldNativeService.cpp | 123 return binder::Status::fromExceptionCode(code, String8(msg.c_str())); in exception()
|