Home
last modified time | relevance | path

Searched refs:pushBundle (Results 1 – 8 of 8) sorted by relevance

/aosp12/frameworks/native/libs/binder/include/binder/
H A DTextOutput.h40 inline explicit Bundle(TextOutput& to) : mTO(to) { to.pushBundle(); } in Bundle()
46 virtual void pushBundle() = 0;
/aosp12/system/libhwbinder/
H A DTextOutput.h42 inline explicit Bundle(TextOutput& to) : mTO(to) { to.pushBundle(); } in Bundle()
48 virtual void pushBundle() = 0;
H A DBufferedTextOutput.h43 virtual void pushBundle();
H A DBufferedTextOutput.cpp217 void BufferedTextOutput::pushBundle() in pushBundle() function in android::hardware::BufferedTextOutput
/aosp12/frameworks/native/libs/binder/
H A DBufferedTextOutput.h41 virtual void pushBundle();
H A DBufferedTextOutput.cpp219 void BufferedTextOutput::pushBundle() in pushBundle() function in android::BufferedTextOutput
/aosp12/frameworks/native/libs/binder/tests/unit_fuzzers/
H A DBufferedTextOutputFuzz.cpp53 bTextOutput->pushBundle(); in LLVMFuzzerTestOneInput()
/aosp12/packages/modules/adb/daemon/
H A Dabb.cpp42 void pushBundle() override { /*not implemented*/ in pushBundle() function in __anon27d9ffb00110::AdbFdTextOutput