Home
last modified time | relevance | path

Searched refs:outStream (Results 1 – 3 of 3) sorted by relevance

/device/google/sunfish/vibrator/common/
Dutils.h100 static void openNoCreate(const std::string &file, T *outStream) { in openNoCreate() argument
104 outStream->open(file, mode | std::ios_base::in); in openNoCreate()
105 if (!*outStream) { in openNoCreate()
111 static void fileFromEnv(const char *env, T *outStream, std::string *outName = nullptr) {
123 openNoCreate(file, outStream);
/device/google/felix/vibrator/common/
Dutils.h112 static void openNoCreate(const std::string &file, T *outStream) { in openNoCreate() argument
116 outStream->open(file, mode | std::ios_base::in); in openNoCreate()
117 if (!*outStream) { in openNoCreate()
123 static void fileFromEnv(const char *env, T *outStream, std::string *outName = nullptr) {
135 openNoCreate(file, outStream);
/device/google/atv/audio_proxy/interfaces/5.0/
DIBusDevice.hal25 IStreamOut outStream,