Searched refs:type (Results 51 - 75 of 982) sorted by relevance

1234567891011>>

/hardware/intel/common/libva/test/basic/
H A Dtest_04.c40 { type: VAConfigAttribRTFormat, value: DEADVALUE },
41 { type: VAConfigAttribSpatialResidual, value: DEADVALUE },
42 { type: VAConfigAttribSpatialClipping, value: DEADVALUE },
43 { type: VAConfigAttribIntraResidual, value: DEADVALUE },
44 { type: VAConfigAttribEncryption, value: DEADVALUE }
71 status(" %d -> %08x\n", attrib_list[k].type, attrib_list[k].value);
/hardware/interfaces/audio/effect/2.0/
H A DINoiseSuppressionEffect.hal45 * Set suppression type.
47 setSuppressionType(Type type) generates (Result retval);
50 * Get suppression type.
52 getSuppressionType() generates (Result retval, Type type);
56 Type type;
/hardware/interfaces/wifi/1.0/default/
H A Dwifi_mode_controller.cpp27 int convertIfaceTypeToFirmwareMode(IfaceType type) { argument
29 switch (type) {
57 bool WifiModeController::isFirmwareModeChangeNeeded(IfaceType type) { argument
59 convertIfaceTypeToFirmwareMode(type));
62 bool WifiModeController::changeFirmwareMode(IfaceType type) { argument
67 if (!driver_tool_->ChangeFirmwareMode(convertIfaceTypeToFirmwareMode(type))) {
/hardware/libhardware/tests/hardware/
H A Dstruct-last.cpp30 #define CHECK_LAST_MEMBER(type, member) \
32 static constexpr size_t calc_size = offsetof(type, member) + sizeof(((type *)0)->member); \
33 static_assert(sizeof(type) == calc_size + GET_PADDING(alignof(type), calc_size), \
34 "" #member " is not the last element of " #type); \
/hardware/interfaces/wifi/1.0/vts/functional/
H A Dwifi_hidl_call_util.h33 // the same type as the argument, but with const and reference
38 typename std::remove_reference<ArgT>::type>::type;
55 typename std::remove_reference<Arg1T>::type>::type,
57 typename std::remove_reference<Arg2T>::type>::type>;
74 typename std::remove_reference<ArgT>::type>::type...>;
121 std::remove_reference<decltype(*strong_pointer)>::type
[all...]
/hardware/interfaces/wifi/supplicant/1.0/vts/functional/
H A Dsupplicant_hidl_call_util.h37 // the same type as the argument, but with const and reference
42 typename std::remove_reference<ArgT>::type>::type;
59 typename std::remove_reference<Arg1T>::type>::type,
61 typename std::remove_reference<Arg2T>::type>::type>;
78 typename std::remove_reference<ArgT>::type>::type...>;
125 std::remove_reference<decltype(*strong_pointer)>::type
[all...]
/hardware/qcom/audio/hal/audio_extn/
H A Dhwdep_cal.c85 int ret = 0, type; local
87 for (type = WCD9XXX_ANC_CAL; type < WCD9XXX_MAX_CAL; type++) {
91 if (!strcmp(cal_name_info[type], "mad_cal"))
94 ret = acdb_loader_get_calibration(cal_name_info[type], sizeof(struct param_data),
102 ret = acdb_loader_get_calibration(cal_name_info[type],
111 codec_buffer.cal_type = type;
114 cal_name_info[type], errno);
115 ALOGD("%s cal sent for %s", __func__, cal_name_info[type]);
[all...]
/hardware/intel/common/libva/va/
H A Dva_vpp.h122 * denoise.type = VAProcFilterNoiseReduction;
135 * if (cap->type != VAProcDeinterlacingMotionAdaptive)
139 * deint.type = VAProcFilterDeinterlacing;
734 * type.
737 /** \brief Filter type. */
738 VAProcFilterType type; member in struct:_VAProcFilterParameterBufferBase
745 * #VAProcFilterParameterBuffer is the default type to use.
748 /** \brief Filter type. */
749 VAProcFilterType type; member in struct:_VAProcFilterParameterBuffer
781 /** \brief Filter type
782 VAProcFilterType type; member in struct:_VAProcFilterParameterBufferDeinterlacing
831 VAProcFilterType type; member in struct:_VAProcFilterParameterBufferColorBalance
861 VAProcFilterType type; member in struct:_VAProcFilterParamterBufferFrameRateConversion
885 VAProcFilterType type; member in struct:_VAProcFilterParameterBufferTotalColorCorrection
903 VAProcFilterType type; member in struct:_VAProcFilterParameterBufferImageStabilization
915 VAProcFilterType type; member in struct:_VAProcFilterParameterBufferNonLinearAnamorphicScaling
938 VAProcDeinterlacingType type; member in struct:_VAProcFilterCapDeinterlacing
944 VAProcColorBalanceType type; member in struct:_VAProcFilterCapColorBalance
952 VAProcTotalColorCorrectionType type; member in struct:_VAProcFilterCapTotalColorCorrection
960 VAProcImageStabilizationType type[VAProcImageStabilizationTypeCount]; member in struct:_VAProcFilterCapImageStabilization
[all...]
/hardware/intel/img/hwcomposer/merrifield/ips/tangier/
H A DTngPlaneManager.cpp51 DisplayPlane* TngPlaneManager::allocPlane(int index, int type) argument
55 switch (type) {
69 ETRACE("unsupported type %d", type);
128 DTRACE("no plane available for dsp %d, type %d", dsp, layer->planeType);
143 ETRACE("failed to assign plane for type %d", layer->planeType);
165 DisplayPlane* TngPlaneManager::getPlaneHelper(int dsp, int type) argument
176 if (type == DisplayPlane::PLANE_PRIMARY ||
177 type == DisplayPlane::PLANE_CURSOR) {
178 return getPlane(type, inde
[all...]
H A DTngPlaneManager.h39 DisplayPlane* allocPlane(int index, int type);
40 DisplayPlane* getPlaneHelper(int dsp, int type);
/hardware/intel/common/utils/ituxd/jni/
H A DthermalJNI.cpp94 snprintf(full_path, SIZE, "%s%d/type", base_path, count);
98 // with the value of 'type' sysfs interface of a thermal_zone
119 snprintf(full_path, SIZE, "%s%d/type", base_path, count);
156 const char *type = NULL; local
159 type = jType ? env->GetStringUTFChars(jType, NULL) : NULL;
160 if (!type) {
165 ret = lookup(THERMAL_ZONE_PATH, type);
166 env->ReleaseStringUTFChars(jType, type);
173 const char *type = NULL; local
176 type
190 const char *type = NULL; local
207 const char *type = NULL; local
[all...]
/hardware/interfaces/bluetooth/1.0/default/
H A Dmct_protocol.cc43 size_t MctProtocol::Send(uint8_t type, const uint8_t* data, size_t length) { argument
44 if (type == HCI_PACKET_TYPE_COMMAND)
46 if (type == HCI_PACKET_TYPE_ACL_DATA)
48 CHECK(type == HCI_PACKET_TYPE_COMMAND || type == HCI_PACKET_TYPE_ACL_DATA);
/hardware/interfaces/keymaster/3.0/vts/functional/
H A Dopenssl_utils.h23 #define MAKE_OPENSSL_PTR_TYPE(type) \
24 typedef std::unique_ptr<type, UniquePtrDeleter<type, type##_free>> type##_Ptr;
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/base/
H A DDisplayAnalyzer.h44 int type; member in struct:android::intel::DisplayAnalyzer::Event
55 inline void setCompositionType(hwc_display_contents_1_t *content, int type);
56 inline void setCompositionType(int device, int type, bool reset);
H A DDisplayAnalyzer.cpp67 e.type = HOTPLUG_EVENT;
99 switch (e.type) {
115 void DisplayAnalyzer::setCompositionType(hwc_display_contents_1_t *display, int type) argument
119 if (layer) layer->compositionType = type;
123 void DisplayAnalyzer::setCompositionType(int device, int type, bool reset) argument
136 setCompositionType(content, type);
/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
H A DVehicleObjectPool.cpp32 VehiclePropertyType type, size_t vecSize) {
33 return isDisposable(type, vecSize)
34 ? obtainDisposable(type, vecSize)
35 : obtainRecylable(type, vecSize);
44 VehiclePropertyType type = getPropType(src.prop); local
45 size_t vecSize = getVehicleRawValueVectorSize(src.value, type);;
46 auto dest = obtain(type, vecSize);
89 VehiclePropertyType type, size_t vecSize) {
91 int32_t key = static_cast<int32_t>(type)
98 auto newPool(std::make_unique<InternalPool>(type, vecSiz
31 obtain( VehiclePropertyType type, size_t vecSize) argument
88 obtainRecylable( VehiclePropertyType type, size_t vecSize) argument
117 obtain( VehiclePropertyType type) argument
[all...]
/hardware/libhardware/include/hardware/
H A Dgps_internal.h59 AGpsType type; member in struct:__anon1356
72 AGpsType type; member in struct:__anon1357
91 int (*set_server)( AGpsType type, const char* hostname, int port );
/hardware/qcom/gps/msm8998/android/
H A DAGnss.cpp101 Return<bool> AGnss::setServer(IAGnssCallback::AGnssType type, argument
114 if (type == IAGnssCallback::AGnssType::TYPE_SUPL) {
115 config.assistanceServer.type = GNSS_ASSISTANCE_TYPE_SUPL;
116 } else if (type == IAGnssCallback::AGnssType::TYPE_C2K) {
117 config.assistanceServer.type = GNSS_ASSISTANCE_TYPE_C2K;
119 LOC_LOGE("%s]: invalid AGnssType: %d", __FUNCTION__, static_cast<int>(type));
/hardware/intel/img/hwcomposer/merrifield/ips/anniedale/
H A DAnnPlaneManager.h35 virtual int getFreePlanes(int dsp, int type);
40 DisplayPlane* allocPlane(int index, int type);
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/anniedale/
H A DAnnPlaneManager.h35 virtual int getFreePlanes(int dsp, int type);
40 DisplayPlane* allocPlane(int index, int type);
/hardware/interfaces/gnss/1.0/
H A DIAGnssRil.hal55 AGnssRefLocationType type;
83 AGnssRefLocationType type;
106 * @param type Must be populated with either IMSI or MSISDN or NONE.
107 * @param setid If type is IMSI then setid is populated with
109 * a GMS phone. If type is MSISDN, then setid must contain
111 * If the type is NONE, then the string must be empty.
116 setSetId(SetIDType type, string setid) generates (bool success);
123 * @param type Indicates the kind of network, for eg. mobile, wifi etc.
130 updateNetworkState(bool connected, NetworkType type, bool roaming)
/hardware/interfaces/gnss/1.0/default/
H A DAGnssRil.cpp96 aGnssRefloc.type = static_cast<uint16_t>(aGnssRefLocation.type);
100 .type = static_cast<uint16_t>(cellID.type),
113 Return<bool> AGnssRil::setSetId(IAGnssRil::SetIDType type, const hidl_string& setid) { argument
119 mAGnssRilIface->set_set_id(static_cast<uint16_t>(type), setid.c_str());
124 IAGnssRil::NetworkType type,
132 static_cast<int>(type),
123 updateNetworkState(bool connected, IAGnssRil::NetworkType type, bool roaming) argument
/hardware/interfaces/tests/extension/light/2.0/
H A DIExtLight.hal29 * @param type logical light to set
33 setExtLight(Type type, ExtLightState state) generates (Status status);
/hardware/interfaces/tests/extension/light/2.0/default/
H A DLight.cpp27 Return<Status> Light::setLight(Type type, const LightState& state) { argument
38 return setExtLight(type, extState);
55 Return<Status> Light::setExtLight(Type /* type */,
/hardware/interfaces/wifi/supplicant/1.0/
H A DISupplicantNetwork.hal54 * Retrieves the type of the interface this network belongs to.
60 * @return type Type of the network interface, e.g., STA.
62 getType() generates (SupplicantStatus status, IfaceType type);

Completed in 834 milliseconds

1234567891011>>