Home
last modified time | relevance | path

Searched refs:new_value (Results 1 – 2 of 2) sorted by relevance

/trusty/user/base/experimental/lib/tidl/include/lib/tidl/android-base/
Dunique_fd.h78 [[clang::reinitializes]] void reset(int new_value = -1) {
79 reset(new_value, nullptr);
114 void reset(int new_value, void* previous_tag) { in reset() argument
121 fd_ = new_value; in reset()
122 if (new_value != -1) { in reset()
123 tag(new_value, previous_tag, this); in reset()
/trusty/user/base/app/apploader/package_tool/
Dapploader_package_tool.cpp378 bool new_value) { in update_header_content_is_cose_encrypt() argument
382 if (content_is_cose_encrypt->value == new_value) { in update_header_content_is_cose_encrypt()
388 if (new_value) { in update_header_content_is_cose_encrypt()
394 } else if (new_value) { in update_header_content_is_cose_encrypt()