Searched defs:operator (Results 276 - 300 of 377) sorted by relevance

<<111213141516

/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
H A DVolumeCurve.h41 inline bool operator< (const CurvePoint &lhs, const CurvePoint &rhs)
/frameworks/av/services/camera/libcameraservice/device1/
H A DCameraHardwareInterface.h443 size_t operator()(const buffer_handle_t& buf) const {
459 bool operator()(const buffer_handle_t& buf1, const buffer_handle_t& buf2) const {
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3StreamSplitter.h189 BufferTracker& operator=(const BufferTracker& other);
253 std::size_t operator()(const sp<IGraphicBufferProducer>& producer) const {
/frameworks/base/cmds/idmap/
H A Dscan.cpp29 bool operator<(Overlay const& rhs) const
/frameworks/base/core/jni/
H A Dandroid_os_SELinux.cpp33 void operator()(security_context_t p) const {
/frameworks/base/libs/hwui/
H A DFrameInfo.h119 inline int64_t operator[](FrameInfoIndex index) const { return get(index); }
121 inline int64_t operator[](int index) const {
H A DGradientCache.cpp98 void GradientCache::operator()(GradientCacheEntry&, Texture*& texture) {
H A DSnapshot.h47 static void* operator new(size_t size) = delete;
48 static void* operator new(size_t size, LinearAllocator& allocator) {
/frameworks/base/libs/hwui/hwui/
H A DCanvas.cpp104 void operator()(size_t start, size_t end) {
197 void operator()(size_t start, size_t end) {
H A DPaint.h51 Paint& operator=(const Paint& other);
53 friend bool operator==(const Paint& a, const Paint& b);
54 friend bool operator!=(const Paint& a, const Paint& b) { return !(a == b); }
/frameworks/base/libs/hwui/service/
H A DGraphicsStatsService.cpp59 operator int() { return mFd; }
/frameworks/base/libs/hwui/utils/
H A DLinearAllocator.cpp93 void* operator new(size_t /*size*/, void* buf) { return buf; }
/frameworks/base/native/android/
H A Dchoreographer.cpp42 inline bool operator<(const FrameCallback& rhs) const {
/frameworks/base/tools/aapt2/compile/
H A DPseudolocaleGenerator.cpp44 inline static bool operator<(const UnifiedSpan& left, const UnifiedSpan& right) {
/frameworks/base/tools/aapt2/configuration/
H A DConfigurationParser.h61 inline friend bool operator==(const Locale& lhs, const Locale& rhs) {
68 inline friend bool operator==(const AndroidManifest& lhs, const AndroidManifest& rhs) {
86 inline friend bool operator==(const AndroidSdk& lhs, const AndroidSdk& rhs) {
102 inline friend bool operator==(const GlTexture& lhs, const GlTexture& rhs) {
H A DConfigurationParser.internal.h176 bool operator()(const ConfiguredArtifact& lhs, const ConfiguredArtifact& rhs) {
/frameworks/base/tools/aapt2/util/
H A DFiles.cpp231 bool FileFilter::operator()(const std::string& filename, FileType type) const {
/frameworks/compile/mclinker/include/mcld/ADT/
H A DStringHash.h30 uint32_t operator()(const llvm::StringRef pKey) const {
42 uint32_t operator()(const llvm::StringRef pKey) const {
61 uint32_t operator()(const llvm::StringRef pKey) const {
77 uint32_t operator()(const llvm::StringRef pKey) const {
105 uint32_t operator()(const llvm::StringRef pKey) const {
125 uint32_t operator()(const llvm::StringRef pKey) const {
142 uint32_t operator()(const llvm::StringRef pKey) const {
158 uint32_t operator()(const llvm::StringRef pKey) const {
175 uint32_t operator()(const llvm::StringRef pKey) const {
192 uint32_t operator()(cons
[all...]
/frameworks/compile/mclinker/include/mcld/
H A DInputTree.h47 Self& operator++() {
55 Self operator++(int) {
/frameworks/compile/mclinker/include/mcld/LD/
H A DArchive.h54 bool operator()(OFFSET_TYPE X, OFFSET_TYPE Y) const { return (X == Y); }
58 size_t operator()(uint32_t pKey) const {
H A DBranchIsland.h120 size_t operator()(const Key& KEY) const {
129 bool operator()(const Key& KEY1, const Key& KEY2) const {
/frameworks/compile/mclinker/include/mcld/Object/
H A DSectionMap.h140 bool operator()(const Output* LHS, const Output* RHS) const {
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsGOT.h146 bool operator<(const LocalEntry& O) const;
199 bool operator<(const GotEntryKey& key) const {
/frameworks/compile/slang/BitWriter_2_9/
H A DValueEnumerator.cpp196 bool operator()(const std::pair<const Value*, unsigned> &LHS,
/frameworks/compile/slang/BitWriter_2_9_func/
H A DValueEnumerator.cpp196 bool operator()(const std::pair<const Value*, unsigned> &LHS,

Completed in 332 milliseconds

<<111213141516