Searched defs:operator (Results 1 - 25 of 222) sorted by path

123456789

/frameworks/av/camera/
H A DCameraMetadata.cpp54 CameraMetadata &CameraMetadata::operator=(const CameraMetadata &other) {
55 return operator=(other.mBuffer);
58 CameraMetadata &CameraMetadata::operator=(const camera_metadata_t *buffer) {
H A DVendorTagDescriptor.cpp69 VendorTagDescriptor& VendorTagDescriptor::operator=(const VendorTagDescriptor& rhs) {
/frameworks/av/camera/ndk/impl/
H A DACameraCaptureSession.h29 bool operator == (const ACaptureSessionOutput& other) const {
32 bool operator != (const ACaptureSessionOutput& other) const {
35 bool operator < (const ACaptureSessionOutput& other) const {
38 bool operator > (const ACaptureSessionOutput& other) const {
H A DACameraManager.h94 bool operator == (const Callback& other) const {
99 bool operator != (const Callback& other) const {
102 bool operator < (const Callback& other) const {
108 bool operator > (const Callback& other) const {
H A DACaptureRequest.h27 bool operator == (const ACameraOutputTarget& other) const {
30 bool operator != (const ACameraOutputTarget& other) const {
33 bool operator < (const ACameraOutputTarget& other) const {
36 bool operator > (const ACameraOutputTarget& other) const {
/frameworks/av/drm/common/
H A DDrmConstraints.cpp80 DrmConstraints::KeyIterator& DrmConstraints::KeyIterator::operator=(
97 DrmConstraints::Iterator& DrmConstraints::Iterator::operator=(
H A DDrmInfo.cpp84 DrmInfo::KeyIterator& DrmInfo::KeyIterator::operator=(const DrmInfo::KeyIterator& keyIterator) {
96 DrmInfo::Iterator& DrmInfo::Iterator::operator=(const DrmInfo::Iterator& iterator) {
H A DDrmInfoRequest.cpp78 DrmInfoRequest::KeyIterator& DrmInfoRequest::KeyIterator::operator=(
90 DrmInfoRequest::Iterator& DrmInfoRequest::Iterator::operator=(
H A DDrmMetadata.cpp84 DrmMetadata::KeyIterator& DrmMetadata::KeyIterator::operator=(const DrmMetadata::KeyIterator& keyIterator) {
85 ALOGV("DrmMetadata::KeyIterator::operator=");
102 DrmMetadata::Iterator& DrmMetadata::Iterator::operator=(const DrmMetadata::Iterator& iterator) {
103 ALOGV("DrmMetadata::Iterator::operator=");
H A DDrmSupportInfo.cpp33 bool DrmSupportInfo::operator<(const DrmSupportInfo& drmSupportInfo) const {
35 // Note Vector doesn't overrides "<" operator
39 bool DrmSupportInfo::operator==(const DrmSupportInfo& drmSupportInfo) const {
41 // Note Vector doesn't overrides "==" operator
71 DrmSupportInfo& DrmSupportInfo::operator=(const DrmSupportInfo& drmSupportInfo) {
120 DrmSupportInfo::FileSuffixIterator& DrmSupportInfo::FileSuffixIterator::operator=(
144 DrmSupportInfo::MimeTypeIterator& DrmSupportInfo::MimeTypeIterator::operator=(
/frameworks/av/drm/libdrmframework/plugins/common/util/include/
H A DSessionMap.h122 SessionMap<TValue> & operator=(const SessionMap<TValue> & objectCopy) {
/frameworks/av/drm/libmediadrm/
H A DCrypto.cpp37 static bool operator<(const Vector<uint8_t> &lhs, const Vector<uint8_t> &rhs) {
H A DDrm.cpp53 static bool operator<(const Vector<uint8_t> &lhs, const Vector<uint8_t> &rhs) {
H A DSharedLibrary.cpp38 bool SharedLibrary::operator!() const {
/frameworks/av/drm/mediadrm/plugins/clearkey/
H A DUtils.cpp21 bool operator<(const Vector<uint8_t> &lhs, const Vector<uint8_t> &rhs) {
/frameworks/av/drm/mediadrm/plugins/mock/
H A DMockDrmCryptoPlugin.cpp779 bool operator<(Vector<uint8_t> const &lhs, Vector<uint8_t> const &rhs) {
/frameworks/av/include/camera/camera2/
H A DOutputConfiguration.h60 bool operator == (const OutputConfiguration& other) const {
65 bool operator != (const OutputConfiguration& other) const {
68 bool operator < (const OutputConfiguration& other) const {
76 bool operator > (const OutputConfiguration& other) const {
/frameworks/av/include/drm/
H A Ddrm_framework_common.h325 bool operator<(const DecryptHandle& handle) const {
329 bool operator==(const DecryptHandle& handle) const {
/frameworks/av/include/media/
H A DModulo.h102 Modulo<T> operator +=(const Modulo<S> &other) {
110 Modulo<T> operator -=(const Modulo<S> &other) {
120 const Modulo<T> operator +(const Modulo<S> &other) const {
127 const Modulo<T> operator -(const Modulo<S> &other) const {
139 bool operator >(const Modulo<S> &other) const {
146 bool operator >=(const Modulo<S> &other) const {
153 bool operator ==(const Modulo<S> &other) const {
160 bool operator <=(const Modulo<S> &other) const {
167 bool operator <(const Modulo<S> &other) const {
177 Modulo<T> operator
[all...]
H A DRingBuffer.h51 iterator& operator++();
53 iterator operator++(int);
55 bool operator==(const iterator& rhs);
57 bool operator!=(const iterator& rhs);
59 T& operator*();
61 T* operator->();
77 const_iterator& operator++();
79 const_iterator operator++(int);
81 bool operator==(const const_iterator& rhs);
83 bool operator!
[all...]
/frameworks/av/include/media/stagefright/foundation/
H A DAString.h38 AString &operator=(const AString &from);
74 bool operator==(const AString &other) const;
75 bool operator!=(const AString &other) const {
76 return !operator==(other);
78 bool operator<(const AString &other) const;
79 bool operator>(const AString &other) const;
H A DMutexed.h114 inline T* operator->() const { return mLocked ? &mTreasure : nullptr; }
115 inline T& operator*() const { return mLocked ? mTreasure : *(T*)nullptr; }
143 void operator=(const Locked&) = delete;
167 void operator=(const Mutexed<T>&) = delete;
/frameworks/av/media/libmedia/
H A DMediaResource.cpp57 bool MediaResource::operator==(const MediaResource &other) const {
61 bool MediaResource::operator!=(const MediaResource &other) const {
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerCCDecoder.cpp560 bool NuPlayer::CCDecoder::CCTrack::operator<(const NuPlayer::CCDecoder::CCTrack& rhs) const {
564 bool NuPlayer::CCDecoder::CCTrack::operator==(const NuPlayer::CCDecoder::CCTrack& rhs) const {
568 bool NuPlayer::CCDecoder::CCTrack::operator!=(const NuPlayer::CCDecoder::CCTrack& rhs) const {
/frameworks/av/media/libstagefright/
H A DUtils.cpp1693 bool operator <(const HLSTime &t0, const HLSTime &t1) {

Completed in 271 milliseconds

123456789