Searched refs:Return (Results 126 - 132 of 132) sorted by relevance

123456

/frameworks/native/cmds/dumpstate/
H A Dutils.cpp830 using android::hardware::Return;
835 Return<void> ret = manager->debugDump([&](auto& hals) {
H A Ddumpstate.cpp1202 android::hardware::Return<void> status = dumpstate_device->dumpstateBoard(handle);
/frameworks/native/libs/gui/bufferqueue/1.0/
H A DH2BGraphicBufferProducer.cpp85 * \brief Convert `Return<Status>` to `status_t`. This is for legacy binder
88 * \param[in] t The source `Return<Status>`.
99 // convert: Return<Status> -> status_t
100 inline status_t toStatusT(Return<Status> const& t) {
105 * \brief Convert `Return<void>` to `status_t`. This is for legacy binder calls.
107 * \param[in] t The source `Return<void>`.
110 // convert: Return<void> -> status_t
111 inline status_t toStatusT(Return<void> const& t) {
189 * \brief Return the size of the non-fd buffer required to flatten a fence.
203 * \brief Return th
[all...]
/frameworks/native/libs/vr/libpdx_default_transport/
H A Dpdx_benchmarks.cpp342 message, BenchmarkRPC::Stats::Return{receive_time_ns, GetClockNs(),
/frameworks/rs/
H A DrsHidlAdaptation.cpp53 using ::android::hardware::Return;
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3Device.cpp834 hardware::Return<void> Camera3Device::processCaptureResult(
966 hardware::Return<void> Camera3Device::notify(
2032 // Return state to that at start of call, so that future configures
/frameworks/rs/script_api/
H A Drs_math.spec3401 Return a random value between 0 (or min_value) and max_malue.

Completed in 232 milliseconds

123456