Home
last modified time | relevance | path

Searched refs:mCArrayStyle (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/native/libs/binder/include/binder/
H A DTextOutput.h123 bool mCArrayStyle; variable
196 mCArrayStyle = enabled; return *this; in setCArrayStyle()
204 inline bool HexDump::carrayStyle() const { return mCArrayStyle; } in carrayStyle()
/aosp12/system/libhwbinder/
H A DTextOutput.h113 bool mCArrayStyle; variable
186 mCArrayStyle = enabled; return *this; in setCArrayStyle()
194 inline bool HexDump::carrayStyle() const { return mCArrayStyle; } in carrayStyle()
H A DTextOutput.cpp58 , mCArrayStyle(false) in HexDump()
/aosp12/frameworks/native/libs/binder/
H A DTextOutput.cpp57 , mCArrayStyle(false) in HexDump()