Home
last modified time | relevance | path

Searched refs:ResultType (Results 1 – 18 of 18) sorted by relevance

/hardware/google/aemu/base/include/aemu/base/threads/
DParallelTask.h88 template <class ResultType>
91 using TaskFunction = std::function<void(ResultType*)>;
92 using TaskDoneFunction = std::function<void(const ResultType&)>;
128 ResultType mResultBuffer;
137 template <class ResultType>
140 using TaskFunction = typename ParallelTask<ResultType>::TaskFunction;
142 typename ParallelTask<ResultType>::TaskDoneFunction;
158 void taskDoneFunction(const ResultType& result) { in taskDoneFunction()
165 ParallelTask<ResultType> mParallelTask;
172 template<class ResultType>
[all …]
/hardware/interfaces/automotive/vehicle/aidl/impl/vhal/src/
DConnectedClient.cpp65 template <class ResultType, class ResultsType>
66 void sendGetOrSetValueResult(std::shared_ptr<IVehicleCallback> callback, const ResultType& result) { in sendGetOrSetValueResult()
80 template <class ResultType, class ResultsType>
82 const std::vector<ResultType>& results) { in sendGetOrSetValueResultsSeparately()
84 sendGetOrSetValueResult<ResultType, ResultsType>(callback, result); in sendGetOrSetValueResultsSeparately()
89 template <class ResultType, class ResultsType>
91 std::vector<ResultType>&& results) { in sendGetOrSetValueResults()
108 sendGetOrSetValueResultsSeparately<ResultType, ResultsType>(callback, in sendGetOrSetValueResults()
113 template <class ResultType, class ResultsType>
117 std::vector<ResultType> timeoutResults; in onTimeout()
[all …]
/hardware/interfaces/automotive/vehicle/aidl/impl/vhal/include/
DConnectedClient.h77 template <class ResultType, class ResultsType>
83 void sendResults(std::vector<ResultType>&& results);
87 void sendResultsSeparately(const std::vector<ResultType>& results);
90 std::shared_ptr<const std::function<void(std::vector<ResultType>)>> getResultCallback();
99 std::shared_ptr<const std::function<void(std::vector<ResultType>)>> mResultCallback;
/hardware/interfaces/bluetooth/ranging/aidl/default/
DBluetoothChannelSoundingSession.cpp34 std::vector<ResultType>* _aidl_return) { in getSupportedResultTypes()
35 std::vector<ResultType> supported_result_types = {ResultType::RESULT_METERS}; in getSupportedResultTypes()
DBluetoothChannelSoundingSession.h26 using ::aidl::android::hardware::bluetooth::ranging::ResultType;
40 std::vector<ResultType>* _aidl_return) override;
/hardware/interfaces/bluetooth/ranging/aidl/android/hardware/bluetooth/ranging/
DIBluetoothChannelSoundingSession.aidl21 import android.hardware.bluetooth.ranging.ResultType;
44 ResultType[] getSupportedResultTypes(); in getSupportedResultTypes()
DResultType.aidl21 enum ResultType { enum
/hardware/interfaces/automotive/vehicle/aidl/impl/vhal/test/
DMockVehicleHardware.h130 template <class ResultType>
132 std::shared_ptr<const std::function<void(std::vector<ResultType>)>> callback,
133 std::list<std::vector<ResultType>>* storedResponses) const;
134 template <class RequestType, class ResultType>
137 std::shared_ptr<const std::function<void(std::vector<ResultType>)>> callback,
140 std::list<std::vector<ResultType>>* storedResponses) const REQUIRES(mLock);
DMockVehicleHardware.cpp264 template <class ResultType>
266 std::shared_ptr<const std::function<void(std::vector<ResultType>)>> callback, in returnResponse()
267 std::list<std::vector<ResultType>>* storedResponses) const { in returnResponse()
286 template <class RequestType, class ResultType>
289 std::shared_ptr<const std::function<void(std::vector<ResultType>)>> callback, in handleRequestsLocked()
292 std::list<std::vector<ResultType>>* storedResponses) const { in handleRequestsLocked()
/hardware/interfaces/bluetooth/ranging/aidl/aidl_api/android.hardware.bluetooth.ranging/current/android/hardware/bluetooth/ranging/
DResultType.aidl36 enum ResultType { enum
DIBluetoothChannelSoundingSession.aidl38 android.hardware.bluetooth.ranging.ResultType[] getSupportedResultTypes(); in getSupportedResultTypes()
/hardware/interfaces/bluetooth/ranging/aidl/aidl_api/android.hardware.bluetooth.ranging/1/android/hardware/bluetooth/ranging/
DResultType.aidl36 enum ResultType { enum
DIBluetoothChannelSoundingSession.aidl38 android.hardware.bluetooth.ranging.ResultType[] getSupportedResultTypes(); in getSupportedResultTypes()
/hardware/interfaces/bluetooth/ranging/aidl/vts/
DVtsHalBluetoothRangingTargetTest.cpp41 using aidl::android::hardware::bluetooth::ranging::ResultType;
190 std::vector<ResultType> supported_result_types; in TEST_P()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dshaders.adoc3197 …%Result is of type OpTypeCooperativeMatrixKHR %ResultType %scope %MSize %NSize %MatrixAccumulatorK…
3240 * pname:ResultType is the component type of matrix code:Result, of type
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
Dspirvenv.adoc1162 slink:VkCooperativeMatrixPropertiesKHR::pname:ResultType.
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h10661 VkComponentTypeKHR ResultType; member
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_hash.hpp2203 VULKAN_HPP_HASH_COMBINE( seed, cooperativeMatrixPropertiesKHR.ResultType ); in operator ()()