Searched defs:stream (Results 1 – 2 of 2) sorted by relevance
/trusty/user/app/keymaster/ |
D | secure_storage_manager.cpp | 709 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/ |
D | log_processor.py | 189 def __init__(self, stream, err, pinned, lock, colored, log_file): argument
|