Searched refs:mTO (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/include/binder/
H A DTextOutput.h42 inline Bundle(TextOutput& to) : mTO(to) { to.pushBundle(); }
43 inline ~Bundle() { mTO.popBundle(); }
45 TextOutput& mTO; member in class:android::TextOutput::Bundle

Completed in 115 milliseconds