Searched refs:Result (Results 1 – 7 of 7) sorted by relevance
/system/chre/host/hal_generic/ |
D | generic_context_hub.cc | 36 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 …]
|
D | generic_context_hub.h | 40 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/ |
D | healthd.cpp | 34 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/ |
D | omaha_request_action.h | 72 enum Result { enum 86 OmahaEvent(Type in_type, Result in_result, ErrorCode in_error_code) in OmahaEvent() 92 Result result;
|
D | update_attempter.cc | 1296 OmahaEvent::Result event_result; in UpdateAttempter()
|
/system/core/adb/ |
D | bugreport_test.cpp | 73 virtual Result Perform(const ArgumentTuple& args) { in Perform() 105 virtual Result Perform(const ArgumentTuple& args) { in Perform()
|
/system/tpm/tpm_manager/common/ |
D | tpm_manager.proto | 30 // Result codes. For convenience, keep these in sync with Brillo NVRAM HAL
|