Searched defs:operator (Results 1 - 25 of 36) sorted by relevance

12

/hardware/libhardware/modules/input/evdev/
H A DInputHost.h65 operator input_report_t*() const { return mReport; }
68 InputReport& operator=(const InputReport& rhs) = delete;
86 operator input_report_definition_t*() { return mReportDefinition; }
89 InputReportDefinition& operator=(const InputReportDefinition& rhs) = delete;
103 operator input_device_definition_t*() { return mDeviceDefinition; }
106 InputDeviceDefinition& operator=(const InputDeviceDefinition& rhs) = delete;
121 operator input_property_t*() { return mProperty; }
124 InputProperty& operator=(const InputProperty& rhs) = delete;
139 operator input_property_map_t*() { return mMap; }
142 InputPropertyMap& operator
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
H A Dacm_random.h53 int operator()(int n) {
H A Dregister_state_check.h26 inline bool operator==(const M128A& lhs, const M128A& rhs) {
/hardware/libhardware/tests/keymaster/
H A Dkeymaster_test.cpp52 bool operator==(const UniqueBlob &other) const {
73 friend std::ostream &operator<<(std::ostream &stream, const UniqueBlob& blob);
79 std::ostream &operator<<(std::ostream &stream, const UniqueBlob& blob) {
163 void operator()(BIGNUM* p) const {
170 void operator()(EVP_PKEY* p) const {
177 void operator()(PKCS8_PRIV_KEY_INFO* p) const {
184 void operator()(RSA* p) const {
191 void operator()(EC_KEY* p) const {
/hardware/intel/img/hwcomposer/merrifield/include/
H A DDisplayPlaneManager.h33 inline bool operator<(const ZOrderLayer& rhs) const {
/hardware/intel/img/hwcomposer/moorefield_hdmi/include/
H A DDisplayPlaneManager.h33 inline bool operator<(const ZOrderLayer& rhs) const {
/hardware/qcom/camera/QCamera2/util/
H A DQCameraBufferMaps.cpp130 * FUNCTION : operator=
132 * DESCRIPTION: assignment operator of QCameraBufferMaps
139 QCameraBufferMaps& QCameraBufferMaps::operator=(const QCameraBufferMaps& pBufferMaps)
/hardware/intel/img/hwcomposer/merrifield/common/base/
H A DHwcLayer.cpp30 inline bool operator==(const hwc_rect_t& x, const hwc_rect_t& y)
38 inline bool operator !=(const hwc_rect_t& x, const hwc_rect_t& y)
40 return !operator==(x, y);
43 inline bool operator ==(const hwc_frect_t& x, const hwc_frect_t& y)
51 inline bool operator !=(const hwc_frect_t& x, const hwc_frect_t& y)
53 return !operator==(x, y);
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/base/
H A DHwcLayer.cpp29 inline bool operator==(const hwc_rect_t& x, const hwc_rect_t& y)
37 inline bool operator !=(const hwc_rect_t& x, const hwc_rect_t& y)
39 return !operator==(x, y);
42 inline bool operator ==(const hwc_frect_t& x, const hwc_frect_t& y)
50 inline bool operator !=(const hwc_frect_t& x, const hwc_frect_t& y)
52 return !operator==(x, y);
/hardware/qcom/audio/msm8909/mm-audio/aenc-aac/qdsp6/inc/
H A DMap.h54 operator bool() const { return !empty(); }
/hardware/qcom/audio/msm8909/mm-audio/aenc-amrnb/qdsp6/inc/
H A DMap.h54 operator bool() const { return !empty(); }
/hardware/qcom/audio/msm8909/mm-audio/aenc-evrc/qdsp6/inc/
H A DMap.h54 operator bool() const { return !empty(); }
/hardware/qcom/audio/msm8909/mm-audio/aenc-qcelp13/qdsp6/inc/
H A DMap.h54 operator bool() const { return !empty(); }
/hardware/qcom/display/msm8960/liboverlay/
H A DoverlayRotator.h73 RotMem& operator++() { ++_curr; return *this; }
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/
H A DMap.h54 operator bool() const { return !empty(); }
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
H A DMap.h55 operator bool() const {
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
H A DMap.h54 operator bool() const {
/hardware/qcom/display/msm8996/sdm/include/core/
H A Dlayer_stack.h124 bool operator==(const LayerTransform& transform) const {
129 bool operator!=(const LayerTransform& transform) const {
130 return !operator==(transform);
227 bool operator==(const LayerRect& rect) const {
231 bool operator!=(const LayerRect& rect) const {
232 return !operator==(rect);
/hardware/libhardware/modules/sensors/
H A Dmultihal.cpp69 bool operator<(const FullHandle &that) const {
79 bool operator==(const FullHandle &that) const {
/hardware/intel/common/libmix/videoencoder/
H A DIntelMetadataBuffer.cpp391 const IntelMetadataBuffer& IntelMetadataBuffer::operator=(const IntelMetadataBuffer& imb)
/hardware/libhardware/tests/camera2/
H A DCameraStreamFixture.h53 inline ::std::ostream& operator<<(::std::ostream& os, const CameraStreamParams &p) {
/hardware/qcom/keymaster/
H A Dkeymaster_qcom.cpp79 void operator()(EVP_PKEY* p) const {
86 void operator()(RSA* p) const {
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h236 // GTEST_DISALLOW_ASSIGN_ - disables operator=.
237 // GTEST_DISALLOW_COPY_AND_ASSIGN_ - disables copy ctor and operator=.
842 tuple& operator=(const tuple& /* t */) { return *this; }
859 tuple& operator=(const tuple& t) { return CopyFrom(t); }
862 tuple& operator=(const GTEST_1_TUPLE_(U)& t) {
894 tuple& operator=(const tuple& t) { return CopyFrom(t); }
897 tuple& operator=(const GTEST_2_TUPLE_(U)& t) {
901 tuple& operator=(const ::std::pair<U0, U1>& p) {
935 tuple& operator=(const tuple& t) { return CopyFrom(t); }
938 tuple& operator
[all...]
/hardware/qcom/display/msm8084/liboverlay/
H A DoverlayUtils.h109 * and assignment operator private
120 const NoCopy& operator=(const NoCopy&);
176 bool operator==(const Dim& d) const {
182 bool operator!=(const Dim& d) const {
183 return !operator==(d);
203 bool operator==(const Whf& whf) const {
207 bool operator!=(const Whf& whf) const {
208 return !operator==(whf);
772 /* like operator= */
/hardware/qcom/display/msm8226/liboverlay/
H A DoverlayUtils.h109 * and assignment operator private
120 const NoCopy& operator=(const NoCopy&);
145 bool operator==(const Dim& d) const {
151 bool operator!=(const Dim& d) const {
152 return !operator==(d);
172 bool operator==(const Whf& whf) const {
176 bool operator!=(const Whf& whf) const {
177 return !operator==(whf);
611 /* like operator= */

Completed in 1462 milliseconds

12