Searched defs:operator (Results 151 - 175 of 377) sorted by relevance

1234567891011>>

/frameworks/av/media/libmedia/include/media/
H A DDrmHal.h47 inline bool operator==(const Vector<uint8_t> &l, const Vector<uint8_t> &r) {
/frameworks/base/cmds/statsd/src/anomaly/
H A DAlarmMonitor.h52 bool operator()(sp<const InternalAlarm> a, sp<const InternalAlarm> b) const {
/frameworks/base/cmds/statsd/tests/
H A DConfigManager_test.cpp34 static ostream& operator<<(ostream& os, const StatsdConfig& config) {
/frameworks/base/core/jni/
H A Dscoped_nullable_primitive_array.h78 const PrimitiveType& operator[](size_t n) const { return mRawArray[n]; }
/frameworks/base/libs/hwui/utils/
H A DRingBuffer.h49 T& operator[](size_t index) { return mBuffer[(mHead + index + 1) % mCount]; }
51 const T& operator[](size_t index) const { return mBuffer[(mHead + index + 1) % mCount]; }
H A DStringUtils.h43 friend std::ostream& operator<<(std::ostream& stream, const SizePrinter& d) {
/frameworks/base/tools/aapt/
H A DSymbol.h33 inline bool operator<(const Symbol& rhs) const;
48 inline bool operator<(const SymbolDefinition& rhs) const;
77 bool Symbol::operator<(const Symbol& rhs) const {
90 bool SymbolDefinition::operator<(const SymbolDefinition& rhs) const {
/frameworks/compile/mclinker/include/mcld/ADT/
H A DBinTree.h120 pointer operator*() const {
124 reference operator->() const {
155 Self& operator++() {
160 Self operator++(int) {
206 pointer operator*() const { return static_cast<node_type*>(m_pNode)->data; }
208 reference operator->() const {
218 Self& operator++() {
223 Self operator++(int) {
229 Self& operator--() {
234 Self operator
[all...]
/frameworks/minikin/libs/minikin/
H A DMinikinInternal.h72 inline operator bool() const { return size() > 0; }
/frameworks/minikin/tests/unittest/
H A DLayoutCacheTest.cpp38 void operator()(const Layout& layout) { mLayout = &layout; }
/frameworks/native/include/binder/
H A DIpPrefix.h63 friend bool operator==(const IpPrefix& lhs, const IpPrefix& rhs);
65 friend bool operator!=(const IpPrefix& lhs, const IpPrefix& rhs) {
/frameworks/native/include/gui/
H A DSurfaceComposerClient.h146 std::size_t operator()(const sp<SurfaceControl>& sc) const {
/frameworks/native/include/ui/
H A DFloatRect.h47 inline bool operator==(const FloatRect& a, const FloatRect& b) {
/frameworks/native/libs/binder/include/binder/
H A DIpPrefix.h63 friend bool operator==(const IpPrefix& lhs, const IpPrefix& rhs);
65 friend bool operator!=(const IpPrefix& lhs, const IpPrefix& rhs) {
/frameworks/native/libs/gui/include/gui/
H A DSurfaceComposerClient.h146 std::size_t operator()(const sp<SurfaceControl>& sc) const {
/frameworks/native/libs/math/include/math/
H A Dmat2.h112 inline constexpr col_type const& operator[](size_t column) const {
120 inline col_type& operator[](size_t column) {
129 TMat22& operator = (const TMat22&) = default;
322 CONSTEXPR typename TMat22<U>::col_type PURE operator *(const TMat22<T>& lhs, const TVec2<U>& rhs) {
333 CONSTEXPR typename TMat22<U>::row_type PURE operator *(const TVec2<U>& lhs, const TMat22<T>& rhs) {
344 operator*(TMat22<T> lhs, U rhs) {
351 operator*(U lhs, const TMat22<T>& rhs) {
H A Dmat3.h119 inline constexpr col_type const& operator[](size_t column) const {
127 inline col_type& operator[](size_t column) {
136 TMat33& operator = (const TMat33&) = default;
375 CONSTEXPR typename TMat33<U>::col_type PURE operator *(const TMat33<T>& lhs, const TVec3<U>& rhs) {
386 CONSTEXPR typename TMat33<U>::row_type PURE operator *(const TVec3<U>& lhs, const TMat33<T>& rhs) {
397 operator*(TMat33<T> lhs, U rhs) {
404 operator*(U lhs, const TMat33<T>& rhs) {
H A Dmat4.h125 inline constexpr col_type const& operator[](size_t column) const {
133 inline col_type& operator[](size_t column) {
142 TMat44& operator = (const TMat44&) = default;
524 CONSTEXPR typename TMat44<T>::col_type PURE operator *(const TMat44<T>& lhs, const TVec4<U>& rhs) {
535 CONSTEXPR typename TMat44<T>::col_type PURE operator *(const TMat44<T>& lhs, const TVec3<U>& rhs) {
542 CONSTEXPR typename TMat44<U>::row_type PURE operator *(const TVec4<U>& lhs, const TMat44<T>& rhs) {
553 operator *(TMat44<T> lhs, U rhs) {
560 operator *(U lhs, const TMat44<T>& rhs) {
H A Dvec2.h59 inline constexpr T const& operator[](size_t i) const {
67 inline T& operator[](size_t i) {
76 TVec2& operator = (const TVec2&) = default;
/frameworks/native/libs/ui/include/ui/
H A DFloatRect.h47 inline bool operator==(const FloatRect& a, const FloatRect& b) {
/frameworks/native/libs/ui/include_vndk/ui/
H A DFloatRect.h47 inline bool operator==(const FloatRect& a, const FloatRect& b) {
/frameworks/native/libs/vr/libdvr/include/dvr/
H A Ddvr_deleter.h48 void operator()(DvrBuffer* p) { dvrBufferDestroy(p); }
49 void operator()(DvrReadBuffer* p) { dvrReadBufferDestroy(p); }
50 void operator()(DvrWriteBuffer* p) { dvrWriteBufferDestroy(p); }
51 void operator()(DvrReadBufferQueue* p) { dvrReadBufferQueueDestroy(p); }
52 void operator()(DvrWriteBufferQueue* p) { dvrWriteBufferQueueDestroy(p); }
53 void operator()(DvrDisplayManager* p) { dvrDisplayManagerDestroy(p); }
54 void operator()(DvrSurfaceState* p) { dvrSurfaceStateDestroy(p); }
55 void operator()(DvrSurface* p) { dvrSurfaceDestroy(p); }
56 void operator()(DvrHwcClient* p) { dvrHwcClientDestroy(p); }
57 void operator()(DvrHwcFram
[all...]
/frameworks/native/libs/vr/libpdx_uds/private/uds/
H A Dchannel_event_set.h18 ChannelEventSet& operator=(ChannelEventSet&&) = default;
23 explicit operator bool() const {
35 void operator=(const ChannelEventSet&) = delete;
44 ChannelEventReceiver& operator=(ChannelEventReceiver&&) = default;
46 explicit operator bool() const {
77 void operator=(const ChannelEventReceiver&) = delete;
/frameworks/native/libs/vr/libvrflinger/
H A Dacquired_buffer.cpp40 AcquiredBuffer& AcquiredBuffer::operator=(AcquiredBuffer&& other) {
/frameworks/native/services/surfaceflinger/
H A DLayerVector.cpp29 // This operator override is needed to prevent mStateSet from getting copied over.
30 LayerVector& LayerVector::operator=(const LayerVector& rhs) {
31 SortedVector::operator=(rhs);

Completed in 219 milliseconds

1234567891011>>