Searched refs:operator (Results 51 - 75 of 76) sorted by relevance

1234

/hardware/qcom/display/msm8994/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);
608 /* like operator= */
/hardware/intel/common/libmix/videoencoder/
H A DIntelMetadataBuffer.h86 const IntelMetadataBuffer& operator=(const IntelMetadataBuffer& imb);
/hardware/intel/common/utils/ISV/include/
H A Disv_worker.h154 ISVWorker &operator=(const ISVWorker &);
/hardware/interfaces/drm/1.0/default/
H A DCryptoPlugin.h75 void operator=(const CryptoPlugin &) = delete;
H A DDrmPlugin.h160 void operator=(const DrmPlugin &) = delete;
/hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/
H A DHidParser.h175 std::ostream& operator<<(std::ostream &os, const HidParser::DigestVector &digest2);
/hardware/qcom/audio/hal/
H A Dplatform_api.h78 const char *operator,
/hardware/interfaces/graphics/composer/2.1/default/
H A DComposerClient.h41 BufferCacheEntry& operator=(const BufferCacheEntry& other) = delete;
43 BufferCacheEntry& operator=(buffer_handle_t handle);
/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
H A DSubscriptionManager.h152 DeathRecipient& operator=(const DeathRecipient&) = delete;
/hardware/qcom/display/msm8996/sdm/libs/hwc2/
H A Dhwc_layers.h116 bool operator()(const HWCLayer *lhs, const HWCLayer *rhs) {
/hardware/qcom/display/msm8998/sdm/libs/hwc2/
H A Dhwc_layers.h113 bool operator()(const HWCLayer *lhs, const HWCLayer *rhs) {
/hardware/qcom/display/msm8960/liboverlay/
H A DoverlayRotator.h73 RotMem& operator++() { ++_curr; return *this; }
/hardware/qcom/display/msm8994/libhwcomposer/
H A DHWC2On1Adapter.h125 bool operator()(const std::shared_ptr<Layer>& lhs,
131 void operator()(struct hwc_display_contents_1* contents);
501 bool operator==(const Layer& other) { return mId == other.mId; }
502 bool operator!=(const Layer& other) { return !(*this == other); }
H A Dhwc_utils.h351 bool operator ==(const hwc_rect_t& lhs, const hwc_rect_t& rhs);
/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/media/msm8998/mm-video-v4l2/vidc/vdec/inc/
H A DMap.h54 operator bool() const {
/hardware/qcom/audio/hal/msm8916/
H A Dplatform.c112 char *operator; member in struct:operator_specific_device
516 property_get("gsm.sim.operator.numeric",value,"0");
555 property_get("gsm.sim.operator.numeric",mccmnc,"00000");
580 if (strcmp(operator_name, device_item->operator) == 0) {
1040 free(device_item->operator);
1228 const char *operator,
1242 device->operator = strdup(operator);
1248 ALOGD("%s: device[%s] -> operator[%s] mixer_path[%s] acdb_id[%d]", __func__,
1249 platform_get_snd_device_name(snd_device), operator, mixer_pat
1227 platform_add_operator_specific_device(snd_device_t snd_device, const char *operator, const char *mixer_path, unsigned int acdb_id) argument
[all...]
/hardware/interfaces/keymaster/3.0/vts/functional/
H A Dkeymaster_tags.h93 constexpr operator Tag() { return tag; }
/hardware/qcom/display/msm8998/sdm/include/private/
H A Dcolor_params.h444 SDEIgcV30LUTWrapper& operator=(const SDEIgcV30LUTWrapper&) { return *this; }
/hardware/qcom/audio/hal/msm8974/
H A Dplatform.c91 char *operator; member in struct:operator_specific_device
573 property_get("gsm.sim.operator.numeric",value,"0");
612 property_get("gsm.sim.operator.numeric",mccmnc,"00000");
637 if (strcmp(operator_name, device_item->operator) == 0) {
1466 free(device_item->operator);
1628 const char *operator,
1642 device->operator = strdup(operator);
1648 ALOGD("%s: device[%s] -> operator[%s] mixer_path[%s] acdb_id[%d]", __func__,
1649 platform_get_snd_device_name(snd_device), operator, mixer_pat
1627 platform_add_operator_specific_device(snd_device_t snd_device, const char *operator, const char *mixer_path, unsigned int acdb_id) argument
[all...]
/hardware/qcom/display/msm8226/libhwcomposer/
H A Dhwc_utils.h296 bool operator ==(const hwc_rect_t& lhs, const hwc_rect_t& rhs);
/hardware/qcom/display/msm8909/libhwcomposer/
H A Dhwc_utils.h324 bool operator ==(const hwc_rect_t& lhs, const hwc_rect_t& rhs);
/hardware/qcom/gps/msm8998/location/
H A DLocationAPIClientBase.h62 LocationAPIClientBase& operator=(const LocationAPIClientBase&) = delete;

Completed in 5168 milliseconds

1234