Searched defs:set (Results 26 - 50 of 50) sorted by relevance

12

/hardware/qcom/display/msm8909/liboverlay/
H A DoverlayMdp.cpp151 bool MdpCtrl::set() { function in class:overlay::MdpCtrl
/hardware/qcom/display/msm8994/liboverlay/
H A DoverlayMdp.cpp156 bool MdpCtrl::set() { function in class:overlay::MdpCtrl
343 ALOGE("%s: Unable to set PP params", __FUNCTION__);
/hardware/qcom/wlan/qcwcn/wifi_hal/
H A Difaceeventhandler.cpp47 /* Check if a similar request to set iface event handler was made earlier.
242 ALOGV("Supported feature set : %x", mSet);
512 void WifihalGeneric::setConcurrencySet(feature_set set[]) { argument
513 mConcurrencySet = set;
548 ALOGE("%s: Failed to set interface Id of message, Error:%d", __FUNCTION__, ret);
H A Dwifi_hal.cpp155 feature_set *set)
160 *set = 0;
181 supportedFeatures.getResponseparams(set);
264 ALOGE("Could not set size for user_sock: %s",
458 ALOGE("Could not set nl_socket RX buffer size for cmd_sock: %s",
473 ALOGE("Could not set nl_socket RX buffer size for event_sock: %s",
540 ALOGE("Could not set cb for CLD80211 family");
604 ALOGI("Failed to get supported feature set : %d", ret);
1122 /* Get the supported Feature set */
1124 feature_set *set)
154 acquire_supported_features(wifi_interface_handle iface, feature_set *set) argument
1123 wifi_get_supported_feature_set(wifi_interface_handle iface, feature_set *set) argument
1142 wifi_get_concurrency_matrix(wifi_interface_handle handle, int set_size_max, feature_set set[], int *set_size) argument
[all...]
/hardware/libhardware/include/hardware/
H A Dhwcomposer.h42 * compositionType is used to specify this layer's type and is set by either
47 * also set, otherwise, this field is preserved between (*prepare)()
51 * Always set by the caller before calling (*prepare)(), this value
59 * Always set by the caller before calling (*prepare)(), this value
63 * this layer should be ignored during set().
70 * This value cannot be set by the HWC implementation.
75 * HWC_GEOMETRY_CHANGED flag is also set.
97 * independently of the normal prepare/set cycle. The prepare/set calls
103 * sideband layers) it can set compositionTyp
573 int (*set)(struct hwc_composer_device_1 *dev, member in struct:hwc_composer_device_1
[all...]
H A Dkeymaster_defs.h138 KM_TAG_ATTESTATION_APPLICATION_ID = KM_BYTES | 709, /* Used to identify the set of possible
607 inline void keymaster_free_param_set(keymaster_key_param_set_t* set) { argument
608 if (set) {
609 keymaster_free_param_values(set->params, set->length);
610 free(set->params);
611 set->params = NULL;
612 set->length = 0;
H A Dvehicle.h40 * can be "get", "set" and "(un)subscribed" to. Subscribing will require the
62 * set here.
63 * @change_mode: How this property changes. Value set is from vehicle_prop_change_mode. Some
302 * HVAC, target temperature set.
477 * then this value shall be set to 0x12.
526 * NOTE: When getting a current preset config ONLY set preset number (i.e.
560 * including radio. VEHICLE_AUDIO_EXT_FOCUS_CAR_MUTE_MEDIA_FLAG can be set even
574 * Focus response (set and subscription callback for this property) will take the following form:
785 * to keep the volume level. This should be set only when per context
786 * volume level is supproted. When this is set, audi
2566 int (*set)(struct vehicle_hw_device* device, const vehicle_prop_value_t *data); member in struct:vehicle_hw_device
[all...]
/hardware/libhardware_legacy/audio/
H A DA2dpAudioInterface.cpp83 if ((err = out->set(devices, format, channels, sampleRate)) == NO_ERROR) {
236 status_t A2dpAudioInterface::A2dpAudioStreamOut::set( function in class:android_audio_legacy::A2dpAudioInterface::A2dpAudioStreamOut
243 ALOGD("A2dpAudioStreamOut::set %x, %d, %d, %d\n", device, lFormat, lChannels, lRate);
/hardware/qcom/display/msm8996/sdm/libs/hwc/
H A Dhwc_display_primary.cpp164 // RHS values were set in FrameCaptureAsync() called from a binder thread. They are picked up
179 // On success, set current refresh rate to new refresh rate
204 // If we do not handle the frame set retireFenceFd to outbufAcquireFenceFd,
287 void HWCDisplayPrimary::ToggleCPUHint(bool set) { argument
288 if (set) {
H A Dhwc_session.cpp102 hwc_composer_device_1_t::set = Set; member in class:sdm::hwc_composer_device_1_t
809 DLOGE("Failed to set the panel brightness = %d. Error = %d", level, error);
/hardware/qcom/display/msm8996/sdm/libs/hwc2/
H A Dhwc_display_primary.cpp180 // RHS values were set in FrameCaptureAsync() called from a binder thread. They are picked up
195 // On success, set current refresh rate to new refresh rate
216 // If we do not handle the frame set retireFenceFd to outbufAcquireFenceFd
345 void HWCDisplayPrimary::ToggleCPUHint(bool set) { argument
350 if (set) {
/hardware/qcom/display/msm8998/sdm/libs/hwc/
H A Dhwc_display_primary.cpp181 // RHS values were set in FrameCaptureAsync() called from a binder thread. They are picked up
200 // On success, set current refresh rate to new refresh rate
239 // If we do not handle the frame set retireFenceFd to outbufAcquireFenceFd,
322 void HWCDisplayPrimary::ToggleCPUHint(bool set) { argument
323 if (set) {
H A Dhwc_session.cpp105 hwc_composer_device_1_t::set = Set; member in class:sdm::hwc_composer_device_1_t
818 DLOGE("Failed to set the panel brightness = %d. Error = %d", level, error);
/hardware/interfaces/keymaster/3.0/default/
H A DKeymasterDevice.cpp315 static inline hidl_vec<KeyParameter> kmParamSet2Hidl(const keymaster_key_param_set_t& set) { argument
317 if (set.length == 0 || set.params == nullptr) return result;
319 result.resize(set.length);
320 keymaster_key_param_t* params = set.params;
321 for (size_t i = 0; i < set.length; ++i) {
395 // convert the parameter set to something our backend understands
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/
H A Dresults_holder.c138 * @param[in] state value to set for magnetic field strength. Should be non-zero if it is large.
145 /** Gets the accel state set by inv_set_acc_state()
154 * @param[in] state value to set accel state to.
178 long set; local
189 /* Equivalent to set = state, but #define's may change. */
191 set = INV_MSG_MOTION_EVENT;
193 set = INV_MSG_NO_MOTION_EVENT;
194 inv_set_message(set, (INV_MSG_MOTION_EVENT | INV_MSG_NO_MOTION_EVENT), 0);
406 * it is set with inv_set_accel_bias_found()
424 * it is set wit
[all...]
/hardware/qcom/display/msm8998/sdm/libs/hwc2/
H A Dhwc_display_primary.cpp180 // RHS values were set in FrameCaptureAsync() called from a binder thread. They are picked up
195 // On success, set current refresh rate to new refresh rate
216 // If we do not handle the frame set retireFenceFd to outbufAcquireFenceFd
343 void HWCDisplayPrimary::ToggleCPUHint(bool set) { argument
348 if (set) {
/hardware/qcom/gps/msm8998/location/
H A DLocationAPIClientBase.h170 void set(uint32_t id, uint32_t session, uint32_t type) { function in class:LocationAPIClientBase::BiDict
/hardware/invensense/6515/libsensors_iio/software/core/mllite/
H A Dresults_holder.c174 * @param[in] state value to set for magnetic field strength. Should be non-zero if it is large.
181 /** Gets the accel state set by inv_set_acc_state()
190 * @param[in] state value to set accel state to.
214 long set; local
225 /* Equivalent to set = state, but #define's may change. */
227 set = INV_MSG_MOTION_EVENT;
229 set = INV_MSG_NO_MOTION_EVENT;
230 inv_set_message(set, (INV_MSG_MOTION_EVENT | INV_MSG_NO_MOTION_EVENT), 0);
502 // set default mpl calibration result for testing
530 * it is set wit
[all...]
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
H A Dwifi_hal.cpp338 // As a fallback set the cleanup flag to TRUE
345 // As a fallback set the cleanup flag to TRUE
656 ALOGE("failed to set scanning mac OUI; result = %d", result);
771 ALOGI("Failed to set RSSI Monitor, result = %d", result);
774 ALOGI("Successfully set RSSI monitoring");
869 ALOGI("\n%s: APF set program request\n", __FUNCTION__);
954 ALOGD("Response recieved for set packet filter command\n");
1019 GetFeatureSetCommand(wifi_interface_handle handle, int feature, feature_set *set, argument
1024 fset = set;
1073 ALOGE("Buffers pointers not set");
1208 wifi_get_supported_feature_set(wifi_interface_handle handle, feature_set *set) argument
1214 wifi_get_concurrency_matrix(wifi_interface_handle handle, int set_size_max, feature_set set[], int *set_size) argument
[all...]
/hardware/interfaces/camera/provider/2.4/vts/functional/
H A DCameraParameters.cpp238 void CameraParameters::set(const char *key, const char *value) function in class:android::CameraParameters
254 void CameraParameters::set(const char *key, int value) function in class:android::CameraParameters
258 set(key, str);
265 set(key, str);
351 set(KEY_PREVIEW_SIZE, str);
381 set(KEY_VIDEO_SIZE, str);
400 set(KEY_PREVIEW_FRAME_RATE, fps);
418 set(KEY_PREVIEW_FORMAT, format);
430 set(KEY_PICTURE_SIZE, str);
450 set(KEY_PICTURE_FORMA
[all...]
/hardware/interfaces/keymaster/3.0/vts/functional/
H A Dkeymaster_hidl_hal_test.cpp180 ::std::ostream& operator<<(::std::ostream& os, const AuthorizationSet& set) { argument
181 if (set.size() == 0)
185 for (size_t i = 0; i < set.size(); ++i)
186 os << set[i] << ::std::endl;
195 bool contains(hidl_vec<KeyParameter>& set, TypedTag<tag_type, tag> ttag, ValueT expected_value) { argument
196 size_t count = std::count_if(set.begin(), set.end(), [&](const KeyParameter& param) {
203 bool contains(hidl_vec<KeyParameter>& set, TypedTag<tag_type, tag>) { argument
204 size_t count = std::count_if(set.begin(), set
338 filter_tags(const AuthorizationSet& set) argument
2964 CopyIv(const AuthorizationSet& set) argument
[all...]
/hardware/interfaces/wifi/1.0/default/
H A Dwifi_legacy_hal.cpp346 LOG(ERROR) << "Failed to set WiFi interface up";
460 feature_set set; local
461 static_assert(sizeof(set) == sizeof(uint32_t),
464 wlan_interface_handle_, &set);
465 return {status, static_cast<uint32_t>(set)};
/hardware/broadcom/wlan/bcmdhd/dhdutil/
H A Dbcmutils.c625 /* Return sum of lengths of a specific set of precedences */
640 /* Priority peek from a specific set of precedences */
669 /* Priority dequeue from a specific set of precedences */
869 * be set to NULL if token delimiter is not required).
1232 bcm_iovar_lencheck(const bcm_iovar_t *vi, void *arg, int len, bool set) argument
1259 if (!set) {
2280 /* Test if bit is set in byte array. */
/hardware/qcom/display/msm8994/libhwcomposer/
H A DHWC2On1Adapter.cpp874 ALOGE("setActiveConfig: Failed to set active config on HWC1 (%d)",
920 ALOGE("[%" PRIu64 "] Failed to set HWC1 config (%d)", mId, intError);
990 ALOGE_IF(error != 0, "setPowerMode: Failed to set power mode on HWC1 (%d)",
1019 ALOGE_IF(error != 0, "setVsyncEnabled: Failed to set vsync on HWC1 (%d)",
1161 ALOGE("populateConfigs: HWC1 ID not set");
1360 Error HWC2On1Adapter::Display::set(hwc_display_contents_1& hwcContents) function in class:android::HWC2On1Adapter::Display
1365 ALOGE("[%" PRIu64 "] set failed: not validated", mId);
1388 ALOGE("[%" PRIu64 "] set: last HWC layer wasn't FRAMEBUFFER_TARGET",
1746 std::set<android_color_mode_t> HWC2On1Adapter::Display::Config::getColorModes() const
1748 std::set<android_color_mode_
[all...]
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
H A Dwlioctl.h125 uint count; /* # rates in this set */
126 uint8 rates[16]; /* rates in 500kbps units w/hi bit set if basic */
158 uint count; /* # rates in this set */
159 uint8 rates[16]; /* rates in 500kbps units w/hi bit set if basic */
173 uint8 basic_mcs[MCSSET_LEN]; /* 802.11N BSS required MCS set */
200 uint count; /* # rates in this set */
201 uint8 rates[16]; /* rates in 500kbps units w/hi bit set if basic */
218 uint8 basic_mcs[MCSSET_LEN]; /* 802.11N BSS required MCS set */
488 uint32 count; /* # rates in this set */
489 uint8 rates[WL_MAXRATES_IN_SET]; /* rates in 500kbps units w/hi bit set i
1249 uint8 set; /* 1=set IOCTL; 0=query IOCTL */ member in struct:wl_ioctl
5508 uint8 set; /* Set number */ member in struct:wl_el_set_params_s
5514 uint8 set; member in struct:wl_el_tag_params_s
[all...]

Completed in 757 milliseconds

12