Home
last modified time | relevance | path

Searched defs:stream (Results 1 – 2 of 2) sorted by relevance

/trusty/user/app/keymaster/
Dsecure_storage_manager.cpp709 bool write_to_file_callback(pb_ostream_t* stream, in write_to_file_callback()
724 bool read_from_file_callback(pb_istream_t* stream, uint8_t* buf, size_t count) { in read_from_file_callback()
753 pb_ostream_t stream = {&write_to_file_callback, &new_file_status, SIZE_MAX, in EncodeToFile() local
797 pb_istream_t stream = {&read_from_file_callback, &new_file_status, in DecodeFromFile() local
/trusty/vendor/google/aosp/scripts/
Dlog_processor.py189 def __init__(self, stream, err, pinned, lock, colored, log_file): argument