Home
last modified time | relevance | path

Searched defs:takeErrors (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/hardware/interfaces/graphics/composer/aidl/include/android/hardware/graphics/composer3/
H A DComposerClientReader.h94 std::vector<CommandError> takeErrors() { return std::move(mErrors); } in takeErrors() function
/aosp_15_r20/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHidlComposerHal.cpp1670 std::vector<CommandReader::CommandError> CommandReader::takeErrors() { in takeErrors() function in android::Hwc2::CommandReader