/aosp12/bootable/recovery/edify/include/edify/ |
H A D | updater_interface.h | 45 virtual std::string GetResult() const = 0;
|
/aosp12/hardware/google/camera/common/hal/hwl_interface/ |
H A D | multicam_coordinator.h | 72 virtual status_t GetResult(uint32_t frame_num, CoordinatorResult* result) = 0;
|
/aosp12/bootable/recovery/updater/include/updater/ |
H A D | updater.h | 62 std::string GetResult() const override { in GetResult() function
|
/aosp12/art/dex2oat/linker/ |
H A D | elf_writer_quick.cc | 70 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 D | ti_method.cc | 614 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 D | ti_monitor.cc | 416 jobject GetResult() REQUIRES_SHARED(art::Locks::mutator_lock_) { in GetCurrentContendedMonitor() function 433 *monitor = closure.GetResult(); in GetCurrentContendedMonitor()
|
/aosp12/system/bt/gd/cert/ |
H A D | matchers.py | 569 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 D | update_simulator_main.cpp | 164 LOG(INFO) << "\nscript succeeded, result: " << updater.GetResult(); in main()
|
/aosp12/system/bt/gd/l2cap/le/internal/ |
H A D | signalling_manager.cc | 397 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 D | tifast.cc | 398 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 D | signalling_manager.cc | 763 … 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 D | cert_l2cap.py | 337 result = response.GetResult()
|
/aosp12/bootable/recovery/tests/unit/ |
H A D | updater_test.cpp | 181 ASSERT_EQ(result, updater_.GetResult()); in RunBlockImageUpdate()
|