Home
last modified time | relevance | path

Searched refs:Update (Results 1 – 25 of 58) sorted by relevance

123

/hardware/google/pixel/power-libperfmgr/libperfmgr/tests/
DFileNodeTest.cc45 t.Update(false); in TEST()
53 t.Update(false); in TEST()
57 t2.Update(false); in TEST()
66 t.Update(false); in TEST()
124 std::chrono::milliseconds expire_time = t.Update(true); in TEST()
130 expire_time = t.Update(true); in TEST()
142 std::chrono::milliseconds expire_time = t.Update(true); in TEST()
149 expire_time = t.Update(true); in TEST()
155 expire_time = t.Update(true); in TEST()
161 expire_time = t.Update(true); in TEST()
[all …]
DPropertyNodeTest.cc51 t.Update(false); in TEST()
59 t.Update(false); in TEST()
63 t2.Update(false); in TEST()
72 t.Update(false); in TEST()
130 std::chrono::milliseconds expire_time = t.Update(true); in TEST()
137 expire_time = t.Update(true); in TEST()
143 expire_time = t.Update(true); in TEST()
149 expire_time = t.Update(true); in TEST()
160 std::chrono::milliseconds expire_time = t.Update(true); in TEST()
167 expire_time = t.Update(true); in TEST()
[all …]
/hardware/interfaces/threadnetwork/aidl/default/
Dservice.cpp34 void Service::Update(otSysMainloopContext& context) { in Update() function in aidl::android::hardware::threadnetwork::Service
60 ot::Posix::Mainloop::Manager::Get().Update(context); in startLoop()
Dservice.hpp28 void Update(otSysMainloopContext& context) override;
Dthread_chip.hpp44 void Update(otSysMainloopContext& context) override;
/hardware/google/pixel/pixelstats/include/pixelstats/
DBrownoutDetectedReporter.h87 enum Update { kUpdateMax, kUpdateMin }; enum
125 bool updateIfFound(std::string line, std::regex pattern, int *current_value, Update flag);
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/xml/
DREADME.adoc143 Update for new default branch (`main`).
147 Update for script reorganization.
153 Update for new directory structure.
155 Update for Vulkan 1.1 release and new default branch.
190 Update README with required (or known working) versions of toolchain
196 Update README and remove old files to stage for public release.
200 Update documentation for changes to schema and generator scripts.
/hardware/google/pixel/power-libperfmgr/libperfmgr/include/perfmgr/
DPropertyNode.h36 std::chrono::milliseconds Update(bool log_error) override;
DFileNode.h38 std::chrono::milliseconds Update(bool log_error) override;
DNode.h62 virtual std::chrono::milliseconds Update(bool log_error) = 0;
/hardware/google/pixel/power-libperfmgr/libperfmgr/
DNodeLooperThread.cc115 n->Update(false); in threadLoop()
118 timeout_ms = std::min(n->Update(true), timeout_ms); in threadLoop()
DPropertyNode.cc38 std::chrono::milliseconds PropertyNode::Update(bool) { in Update() function in android::perfmgr::PropertyNode
DFileNode.cc42 std::chrono::milliseconds FileNode::Update(bool log_error) { in Update() function in android::perfmgr::FileNode
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/
DChangeLog.adoc4 Update Log for the Vulkan-Docs repository on GitHub. Updates are in reverse
95 * Update apiext:VK_NV_low_latency2 pname:pInfo pointers to be `const`
295 * Update apiext:VK_KHR_dynamic_rendering proposal document to remove a
513 * Update slink:VkPipelineShaderStageCreateInfo VU 02756 with task and mesh
562 * Update registry schema document with a current example of `externsync`
651 * Update precision for code:normalize() instruction in the <<Precision of
664 * Update precision for code:degrees() and code:radians() instructions
826 * Update slink:VkFragmentShadingRateCombinerOpKHR language to address
852 * Update registry scripts to enable using combined Vulkan and Vulkan SC
987 * Update Khronos specification license terms to the latest version
[all …]
DChangeLogSC.adoc4 Update Log for the VulkanSC-Docs repository on GitHub.
111 * Update cgenerator to replace C-style casts with static_casts in defines
113 * Update CI to refer to container hash rather than name and update to
/hardware/interfaces/keymaster/4.1/vts/functional/
DKeymaster4_1HidlTest.cpp42 result = Update(op_handle_, update_params, message, &update_out_params, &output, &consumed); in ProcessMessage()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_MVK_macos_surface.adoc43 ** Update documentation on requirements for `NSView`.
DVK_MVK_ios_surface.adoc43 ** Update documentation on requirements for `UIView`.
/hardware/interfaces/keymaster/4.0/vts/functional/
DKeymasterHidlTest.cpp284 ErrorCode KeymasterHidlTest::Update(OperationHandle op_handle, const AuthorizationSet& in_params, in Update() function in android::hardware::keymaster::V4_0::test::KeymasterHidlTest
304 ErrorCode KeymasterHidlTest::Update(const string& input, string* out, size_t* input_consumed) { in Update() function in android::hardware::keymaster::V4_0::test::KeymasterHidlTest
307 ErrorCode error = Update(op_handle_, AuthorizationSet() /* in_params */, input, &out_params, in Update()
411 Update(op_handle_, update_params, message, &update_out_params, &output, &consumed)); in ProcessMessage()
473 EXPECT_EQ(ErrorCode::OK, Update(to_send, &ciphertext, &input_consumed)); in CheckAesIncrementalEncryptOperation()
528 EXPECT_EQ(ErrorCode::OK, Update(to_send, &plaintext, &input_consumed)); in CheckAesIncrementalEncryptOperation()
609 Update(op_handle_, update_params, message, &update_out_params, &output, &consumed)); in VerifyMessage()
DKeymasterHidlTest.h141 ErrorCode Update(OperationHandle op_handle, const AuthorizationSet& in_params,
144 ErrorCode Update(const string& input, string* out, size_t* input_consumed);
/hardware/google/graphics/common/libhwjpeg/
DAppMarkerWriter.h130 void Update() { WriteAPP1(m_pAppBase, false, true); } in Update() function
/hardware/interfaces/soundtrigger/aidl/
DAndroid.bp49 // IMPORTANT: Update latest_android_hardware_soundtrigger3 every time
/hardware/qcom/sm7250/display/sde-drm/
Ddrm_connector.h87 void Update();
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/style/
Drevisions.adoc29 * 2023-04-30 - Update <<markup-blocks, Blocks>> to remove tilde markup for
39 * 2022-11-16 - Update `basetype` <<markup-macros-api, markup macro>>
63 * 2021-10-04 - Update the <<extensions-documenting-extensions, Changes for
98 * 2021-03-31 - Update description of the code{cl} macro in the
115 * 2020-06-23 - Update the <<extensions-documenting-extensions, Changes for
134 Update the description of <<appendix-vuid-creating, Creating VUID tags>>
/hardware/google/graphics/common/include/displaycolor/
Ddisplaycolor.h452 virtual int Update(const DisplayType display, const DisplayScene &scene) = 0;
453 virtual int Update(const int64_t display, const DisplayScene &scene) = 0;

123