Home
last modified time | relevance | path

Searched refs:GetResult (Results 1 – 13 of 13) sorted by relevance

/aosp12/bootable/recovery/edify/include/edify/
H A Dupdater_interface.h45 virtual std::string GetResult() const = 0;
/aosp12/hardware/google/camera/common/hal/hwl_interface/
H A Dmulticam_coordinator.h72 virtual status_t GetResult(uint32_t frame_num, CoordinatorResult* result) = 0;
/aosp12/bootable/recovery/updater/include/updater/
H A Dupdater.h62 std::string GetResult() const override { in GetResult() function
/aosp12/art/dex2oat/linker/
H A Delf_writer_quick.cc70 std::vector<uint8_t>* GetResult() { in GetResult() function in art::linker::DebugInfoTask
275 builder_->WriteSection(".gnu_debugdata", debug_info_task_->GetResult()); in WriteDebugInfo()
/aosp12/art/openjdkjvmti/
H A Dti_method.cc614 virtual jvmtiError GetResult() { in GetResult() function in openjdkjvmti::CommonLocalVariableClosure
810 jvmtiError GetResult() override REQUIRES_SHARED(art::Locks::mutator_lock_) { in GetResult() function in openjdkjvmti::GetLocalVariableClosure
821 return CommonLocalVariableClosure::GetResult(); in GetResult()
963 return c.GetResult(); in GetLocalVariableGeneric()
1142 return c.GetResult(); in SetLocalVariableGeneric()
1168 jvmtiError GetResult(jobject* data_out) REQUIRES_SHARED(art::Locks::mutator_lock_) { in GetResult() function in openjdkjvmti::GetLocalInstanceClosure
1207 return c.GetResult(data); in GetLocalInstance()
H A Dti_monitor.cc416 jobject GetResult() REQUIRES_SHARED(art::Locks::mutator_lock_) { in GetCurrentContendedMonitor() function
433 *monitor = closure.GetResult(); in GetCurrentContendedMonitor()
/aosp12/system/bt/gd/cert/
H A Dmatchers.py569 return response.GetSourceCid() == scid and response.GetResult(
597 return response.GetResult() == result
682 return l2cap_packets.ConnectionParameterUpdateResponseView(frame).GetResult() == result
698 …return response.GetResult() == result and (result != LeCreditBasedConnectionResponseResult.SUCCESS…
/aosp12/bootable/recovery/updater/
H A Dupdate_simulator_main.cpp164 LOG(INFO) << "\nscript succeeded, result: " << updater.GetResult(); in main()
/aosp12/system/bt/gd/l2cap/le/internal/
H A Dsignalling_manager.cc397 parameter_update_rsp_view.GetResult()); in on_incoming_packet()
419 … connection_response_view.GetInitialCredits(), connection_response_view.GetResult()); in on_incoming_packet()
/aosp12/art/tools/jvmti-agents/ti-fast/
H A Dtifast.cc398 std::string GetResult() { in GetResult() function in tifast::__anonf32e062f0110::LogPrinter
572 LOG(INFO) << "Got event " << #name << "(" << printer.GetResult() << ")"; \
579 LOG(INFO) << "Got event " << #name << "(" << printer.GetResult() << ")"; \
/aosp12/system/bt/gd/l2cap/classic/internal/
H A Dsignalling_manager.cc763 … connection_response_view.GetSourceCid(), connection_response_view.GetResult(), in handle_one_command()
782 … configuration_response_view.GetContinuation(), configuration_response_view.GetResult(), in handle_one_command()
/aosp12/system/bt/gd/l2cap/classic/cert/
H A Dcert_l2cap.py337 result = response.GetResult()
/aosp12/bootable/recovery/tests/unit/
H A Dupdater_test.cpp181 ASSERT_EQ(result, updater_.GetResult()); in RunBlockImageUpdate()