Searched defs:getOps (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/libs/hwui/
H A DDisplayList.h101 const LsaVector<BaseOpType*>& getOps() const { return ops; } function in class:android::uirenderer::DisplayList
H A DLayerBuilder.cpp52 const std::vector<BakedOpState*>& getOps() const { return mOps; } function in class:android::uirenderer::BatchBase
347 size_t size = batch->getOps().size();
349 int opId = batch->getOps()[0]->op->opId;
352 batch->getOps().data(),
359 for (const BakedOpState* op : batch->getOps()) {
/frameworks/base/core/java/android/app/
H A DAppOpsManager.java1199 public List<OpEntry> getOps() { method in class:AppOpsManager.PackageOps

Completed in 465 milliseconds