Searched defs:WriteHeader (Results 1 - 2 of 2) sorted by relevance

/system/nvram/core/
H A Dnvram_manager.cpp282 if ((result = WriteHeader(Optional<uint32_t>(index))) != NV_RESULT_SUCCESS ||
349 result = WriteHeader(Optional<uint32_t>(index));
380 // Set the |disable_create_| flag and call |WriteHeader| to persist the flag
386 nvram_result_t result = WriteHeader(Optional<uint32_t>());
571 return WriteHeader(Optional<uint32_t>());
769 WriteHeader(Optional<uint32_t>());
818 nvram_result_t NvramManager::WriteHeader(Optional<uint32_t> provisional_index) { function in class:nvram::NvramManager
/system/tools/aidl/
H A Dgenerate_cpp.cpp784 bool WriteHeader(const CppOptions& options, function in namespace:android::aidl::cpp::internals
861 if (!WriteHeader(options, types, interface, io_delegate,
863 !WriteHeader(options, types, interface, io_delegate,
865 !WriteHeader(options, types, interface, io_delegate,

Completed in 141 milliseconds