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

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

Completed in 59 milliseconds