Searched defs:getTypeId (Results 1 – 4 of 4) sorted by relevance
/frameworks/native/services/surfaceflinger/ | ||
D | ColorLayer.h | 33 virtual const char* getTypeId() const { return "ColorLayer"; } in getTypeId() function |
D | BufferLayer.h | 67 const char* getTypeId() const override { return "BufferLayer"; } in getTypeId() function |
D | ContainerLayer.h | 31 const char* getTypeId() const override { return "ContainerLayer"; } in getTypeId() function |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ | ||
D | CarrierServiceStateTracker.java | 353 int getTypeId(); in getTypeId() method |