Searched refs:ResultType (Results 1 – 18 of 18) sorted by relevance
/hardware/google/aemu/base/include/aemu/base/threads/ |
D | ParallelTask.h | 88 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/ |
D | ConnectedClient.cpp | 65 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/ |
D | ConnectedClient.h | 77 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/ |
D | BluetoothChannelSoundingSession.cpp | 34 std::vector<ResultType>* _aidl_return) { in getSupportedResultTypes() 35 std::vector<ResultType> supported_result_types = {ResultType::RESULT_METERS}; in getSupportedResultTypes()
|
D | BluetoothChannelSoundingSession.h | 26 using ::aidl::android::hardware::bluetooth::ranging::ResultType; 40 std::vector<ResultType>* _aidl_return) override;
|
/hardware/interfaces/bluetooth/ranging/aidl/android/hardware/bluetooth/ranging/ |
D | IBluetoothChannelSoundingSession.aidl | 21 import android.hardware.bluetooth.ranging.ResultType; 44 ResultType[] getSupportedResultTypes(); in getSupportedResultTypes()
|
D | ResultType.aidl | 21 enum ResultType { enum
|
/hardware/interfaces/automotive/vehicle/aidl/impl/vhal/test/ |
D | MockVehicleHardware.h | 130 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);
|
D | MockVehicleHardware.cpp | 264 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/ |
D | ResultType.aidl | 36 enum ResultType { enum
|
D | IBluetoothChannelSoundingSession.aidl | 38 android.hardware.bluetooth.ranging.ResultType[] getSupportedResultTypes(); in getSupportedResultTypes()
|
/hardware/interfaces/bluetooth/ranging/aidl/aidl_api/android.hardware.bluetooth.ranging/1/android/hardware/bluetooth/ranging/ |
D | ResultType.aidl | 36 enum ResultType { enum
|
D | IBluetoothChannelSoundingSession.aidl | 38 android.hardware.bluetooth.ranging.ResultType[] getSupportedResultTypes(); in getSupportedResultTypes()
|
/hardware/interfaces/bluetooth/ranging/aidl/vts/ |
D | VtsHalBluetoothRangingTargetTest.cpp | 41 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/ |
D | shaders.adoc | 3197 …%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/ |
D | spirvenv.adoc | 1162 slink:VkCooperativeMatrixPropertiesKHR::pname:ResultType.
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 10661 VkComponentTypeKHR ResultType; member
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkan_hash.hpp | 2203 VULKAN_HPP_HASH_COMBINE( seed, cooperativeMatrixPropertiesKHR.ResultType ); in operator ()()
|