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

1234567891011>>

/frameworks/av/camera/
H A DCameraMetadata.cpp55 CameraMetadata &CameraMetadata::operator=(const CameraMetadata &other) {
56 return operator=(other.mBuffer);
59 CameraMetadata &CameraMetadata::operator=(const camera_metadata_t *buffer) {
H A DVendorTagDescriptor.cpp81 VendorTagDescriptor& VendorTagDescriptor::operator=(const VendorTagDescriptor& rhs) {
/frameworks/av/camera/include/camera/camera2/
H A DOutputConfiguration.h69 bool operator == (const OutputConfiguration& other) const {
79 bool operator != (const OutputConfiguration& other) const {
82 bool operator < (const OutputConfiguration& other) const {
107 bool operator > (const OutputConfiguration& other) const {
/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.h99 bool operator == (const Callback& other) const {
104 bool operator != (const Callback& other) const {
107 bool operator < (const Callback& other) const {
113 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.cpp38 static bool operator<(const Vector<uint8_t> &lhs, const Vector<uint8_t> &rhs) {
H A DDrm.cpp54 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.cpp780 bool operator<(Vector<uint8_t> const &lhs, Vector<uint8_t> const &rhs) {
/frameworks/av/include/camera/camera2/
H A DOutputConfiguration.h69 bool operator == (const OutputConfiguration& other) const {
79 bool operator != (const OutputConfiguration& other) const {
82 bool operator < (const OutputConfiguration& other) const {
107 bool operator > (const OutputConfiguration& other) const {
/frameworks/av/include/drm/
H A Ddrm_framework_common.h321 bool operator<(const DecryptHandle& handle) const {
325 bool operator==(const DecryptHandle& handle) const {
/frameworks/av/include/media/
H A DMidiDeviceInfo.h59 friend bool operator==(const MidiDeviceInfo& lhs, const MidiDeviceInfo& rhs);
60 friend bool operator!=(const MidiDeviceInfo& lhs, const MidiDeviceInfo& rhs) {
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...]
H A DVolumeShaper.h536 R operator()(R in) const {
/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;

Completed in 2901 milliseconds

1234567891011>>