/hardware/google/pixel/power-libperfmgr/libperfmgr/tests/ |
D | FileNodeTest.cc | 45 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 …]
|
D | PropertyNodeTest.cc | 51 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/ |
D | service.cpp | 34 void Service::Update(otSysMainloopContext& context) { in Update() function in aidl::android::hardware::threadnetwork::Service 60 ot::Posix::Mainloop::Manager::Get().Update(context); in startLoop()
|
D | service.hpp | 28 void Update(otSysMainloopContext& context) override;
|
D | thread_chip.hpp | 44 void Update(otSysMainloopContext& context) override;
|
/hardware/google/pixel/pixelstats/include/pixelstats/ |
D | BrownoutDetectedReporter.h | 87 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/ |
D | README.adoc | 143 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/ |
D | PropertyNode.h | 36 std::chrono::milliseconds Update(bool log_error) override;
|
D | FileNode.h | 38 std::chrono::milliseconds Update(bool log_error) override;
|
D | Node.h | 62 virtual std::chrono::milliseconds Update(bool log_error) = 0;
|
/hardware/google/pixel/power-libperfmgr/libperfmgr/ |
D | NodeLooperThread.cc | 115 n->Update(false); in threadLoop() 118 timeout_ms = std::min(n->Update(true), timeout_ms); in threadLoop()
|
D | PropertyNode.cc | 38 std::chrono::milliseconds PropertyNode::Update(bool) { in Update() function in android::perfmgr::PropertyNode
|
D | FileNode.cc | 42 std::chrono::milliseconds FileNode::Update(bool log_error) { in Update() function in android::perfmgr::FileNode
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/ |
D | ChangeLog.adoc | 4 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 …]
|
D | ChangeLogSC.adoc | 4 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/ |
D | Keymaster4_1HidlTest.cpp | 42 result = Update(op_handle_, update_params, message, &update_out_params, &output, &consumed); in ProcessMessage()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | VK_MVK_macos_surface.adoc | 43 ** Update documentation on requirements for `NSView`.
|
D | VK_MVK_ios_surface.adoc | 43 ** Update documentation on requirements for `UIView`.
|
/hardware/interfaces/keymaster/4.0/vts/functional/ |
D | KeymasterHidlTest.cpp | 284 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()
|
D | KeymasterHidlTest.h | 141 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/ |
D | AppMarkerWriter.h | 130 void Update() { WriteAPP1(m_pAppBase, false, true); } in Update() function
|
/hardware/interfaces/soundtrigger/aidl/ |
D | Android.bp | 49 // IMPORTANT: Update latest_android_hardware_soundtrigger3 every time
|
/hardware/qcom/sm7250/display/sde-drm/ |
D | drm_connector.h | 87 void Update();
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/style/ |
D | revisions.adoc | 29 * 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/ |
D | displaycolor.h | 452 virtual int Update(const DisplayType display, const DisplayScene &scene) = 0; 453 virtual int Update(const int64_t display, const DisplayScene &scene) = 0;
|