Home
last modified time | relevance | path

Searched refs:Result (Results 1 – 7 of 7) sorted by relevance

/system/chre/host/hal_generic/
Dgeneric_context_hub.cc36 using ::android::hardware::contexthub::V1_0::Result;
114 Return<Result> GenericContextHub::registerCallback( in registerCallback()
116 Result result; in registerCallback()
122 result = Result::OK; in registerCallback()
124 result = Result::BAD_PARAMS; in registerCallback()
130 Return<Result> GenericContextHub::sendMessageToHub(uint32_t hubId, in sendMessageToHub()
132 Result result; in sendMessageToHub()
136 result = Result::BAD_PARAMS; in sendMessageToHub()
144 result = Result::UNKNOWN_FAILURE; in sendMessageToHub()
146 result = Result::OK; in sendMessageToHub()
[all …]
Dgeneric_context_hub.h40 using ::android::hardware::contexthub::V1_0::Result;
52 Return<Result> registerCallback(uint32_t hubId, const sp<IContexthubCallback>& cb) override;
53 Return<Result> sendMessageToHub(uint32_t hubId, const ContextHubMsg& msg) override;
54 …Return<Result> loadNanoApp(uint32_t hubId, const NanoAppBinary& appBinary, uint32_t transactionId)…
55 Return<Result> unloadNanoApp(uint32_t hubId, uint64_t appId, uint32_t transactionId) override;
56 Return<Result> enableNanoApp(uint32_t hubId, uint64_t appId, uint32_t transactionId) override;
57 Return<Result> disableNanoApp(uint32_t hubId, uint64_t appId, uint32_t transactionId) override;
58 Return<Result> queryApps(uint32_t hubId) override;
/system/core/healthd/
Dhealthd.cpp34 using Result = ::android::hardware::health::V1_0::Result; typedef
71 Result result = Result::NOT_SUPPORTED; in healthd_board_get_energy_counter()
72 gHealth->energyCounter([=, &result] (Result ret, int64_t energyOut) { in healthd_board_get_energy_counter()
77 return result == Result::SUCCESS ? OK : NAME_NOT_FOUND; in healthd_board_get_energy_counter()
/system/update_engine/
Domaha_request_action.h72 enum Result { enum
86 OmahaEvent(Type in_type, Result in_result, ErrorCode in_error_code) in OmahaEvent()
92 Result result;
Dupdate_attempter.cc1296 OmahaEvent::Result event_result; in UpdateAttempter()
/system/core/adb/
Dbugreport_test.cpp73 virtual Result Perform(const ArgumentTuple& args) { in Perform()
105 virtual Result Perform(const ArgumentTuple& args) { in Perform()
/system/tpm/tpm_manager/common/
Dtpm_manager.proto30 // Result codes. For convenience, keep these in sync with Brillo NVRAM HAL