Home
last modified time | relevance | path

Searched refs:fromStatusT (Results 1 – 17 of 17) sorted by relevance

/frameworks/native/services/vr/virtual_touchpad/
DVirtualTouchpadService.cpp31 return binder::Status::fromStatusT(PERMISSION_DENIED); in attach()
39 return binder::Status::fromStatusT(ALREADY_EXISTS); in attach()
53 return binder::Status::fromStatusT(error); in attach()
60 return binder::Status::fromStatusT(PERMISSION_DENIED); in detach()
64 return binder::Status::fromStatusT(error); in detach()
72 return binder::Status::fromStatusT(PERMISSION_DENIED); in touch()
75 return binder::Status::fromStatusT(error); in touch()
82 return binder::Status::fromStatusT(PERMISSION_DENIED); in buttonState()
85 return binder::Status::fromStatusT(error); in buttonState()
92 return binder::Status::fromStatusT(PERMISSION_DENIED); in scroll()
[all …]
/frameworks/av/media/codec2/sfplugin/
DOmx2IGraphicBufferSource.cpp96 return BnStatus::fromStatusT(mBase->setSuspend(suspend, timeUs)); in setSuspend()
101 return BnStatus::fromStatusT(mBase->setRepeatPreviousFrameDelayUs(repeatAfterUs)); in setRepeatPreviousFrameDelayUs()
105 return BnStatus::fromStatusT(mBase->setMaxFps(maxFps)); in setMaxFps()
110 return BnStatus::fromStatusT(mBase->setTimeLapseConfig(fps, captureFps)); in setTimeLapseConfig()
115 return BnStatus::fromStatusT(mBase->setStartTimeUs(startTimeUs)); in setStartTimeUs()
120 return BnStatus::fromStatusT(mBase->setStopTimeUs(stopTimeUs)); in setStopTimeUs()
125 return BnStatus::fromStatusT(mBase->getStopTimeOffsetUs(stopTimeOffsetUs)); in getStopTimeOffsetUs()
130 return BnStatus::fromStatusT(mBase->setColorAspects(aspects)); in setColorAspects()
135 return BnStatus::fromStatusT(mBase->setTimeOffsetUs(timeOffsetsUs)); in setTimeOffsetUs()
139 return BnStatus::fromStatusT(mBase->signalEndOfInputStream()); in signalEndOfInputStream()
[all …]
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DSerializer.cpp394 return Status::fromStatusT(BAD_VALUE); in deserialize()
422 return Status::fromStatusT(BAD_VALUE); in deserialize()
428 return Status::fromStatusT(BAD_VALUE); in deserialize()
439 return Status::fromStatusT(status); in deserialize()
471 return Status::fromStatusT(status); in deserialize()
484 return Status::fromStatusT(BAD_VALUE); in deserialize()
490 return Status::fromStatusT(BAD_VALUE); in deserialize()
496 return Status::fromStatusT(BAD_VALUE); in deserialize()
507 return Status::fromStatusT(BAD_VALUE); in deserialize()
521 return Status::fromStatusT(status); in deserialize()
[all …]
/frameworks/native/services/vr/hardware_composer/
Dvr_composer.cpp39 return binder::Status::fromStatusT(PERMISSION_DENIED); in registerObserver()
43 return binder::Status::fromStatusT(ALREADY_EXISTS); in registerObserver()
/frameworks/av/media/libaudioclient/
DPlayerBase.cpp152 return binder::Status::fromStatusT(status); in setVolume()
172 return binder::Status::fromStatusT(status); in setPan()
DTrackPlayerBase.cpp121 return binder::Status::fromStatusT(status); in applyVolumeShaper()
/frameworks/native/libs/binder/include/binder/
DStatus.h99 static Status fromStatusT(status_t status);
/frameworks/native/include/binder/
DStatus.h99 static Status fromStatusT(status_t status);
/frameworks/base/cmds/incidentd/src/
DIncidentService.cpp301 return Status::fromStatusT(-errno); in reportIncidentToStream()
334 return Status::fromStatusT(-errno); in reportIncidentToDumpstate()
365 return Status::fromStatusT(err); in getIncidentReportList()
/frameworks/native/libs/binder/ndk/
Dstatus.cpp46 return new AStatus(Status::fromStatusT(PruneStatusT(status))); in AStatus_fromStatus()
/frameworks/native/cmds/lshal/
DTimeout.h94 return Status::fromStatusT(TIMED_OUT); in timeoutIPC()
/frameworks/native/libs/binder/
DStatus.cpp60 Status Status::fromStatusT(status_t status) { in fromStatusT() function in android::binder::Status
/frameworks/av/media/libaaudio/src/legacy/
DAudioStreamTrack.cpp532 return binder::Status::fromStatusT(status); in applyVolumeShaper()
/frameworks/av/services/audioflinger/
DTracks.cpp2024 return binder::Status::fromStatusT( in start()
2041 return binder::Status::fromStatusT( in getActiveMicrophones()
2048 return binder::Status::fromStatusT(mRecordTrack->setPreferredMicrophoneDirection( in setPreferredMicrophoneDirection()
2054 return binder::Status::fromStatusT(mRecordTrack->setPreferredMicrophoneFieldDimension(zoom)); in setPreferredMicrophoneFieldDimension()
/frameworks/av/media/libmedia/include/media/omx/1.0/
DConversion.h198 return ::android::binder::Status::fromStatusT( in toBinderStatus()
/frameworks/base/core/jni/
Dandroid_os_HwParcel.cpp378 status = Status::fromStatusT(UNKNOWN_ERROR); in JHwParcel_native_writeStatus()
/frameworks/ml/nn/runtime/test/
DTestVersionedInterfaces.cpp530 return [status] { return hardware::Status::fromStatusT(status); }; in makeTransportFailure()