Searched defs:type (Results 1 - 25 of 98) sorted by relevance

1234

/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
H A D802.3.h40 uint16 type; /* ethertype */ member in struct:dot3_mac_llc_snap_header
H A D802.11e.h50 uint8 type; /* WME_TYPE */ member in struct:tspec
/hardware/libhardware/tests/nusensors/
H A Dnusensors.cpp28 char const* getSensorName(int type) { argument
29 switch(type) {
94 list[i].type,
139 switch(data.type) {
148 getSensorName(data.type),
162 getSensorName(data.type),
169 data.type,
/hardware/qcom/bt/libbt-vendor/include/
H A Duserial_vendor.h45 /*transport type can be SMD/UART*/
46 bt_hci_transport_enum_type type; member in struct:__anon393
/hardware/qcom/display/libqdutils/
H A Dprofiler.h66 DfmType type; member in struct:qdutils::CalcFps::debug_fps_metadata_t
/hardware/qcom/msm8960/kernel-headers/linux/
H A Dmsm_adsp.h32 uint16_t type; member in struct:adsp_event_t
/hardware/qcom/msm8960/kernel-headers/media/
H A Dmsm_gestures.h49 int type; member in struct:msm_ges_ctrl_cmd
H A Dmsm_gemini.h50 uint32_t type; member in struct:msm_gemini_ctrl_cmd
60 uint32_t type; member in struct:msm_gemini_buf
84 uint32_t type:4; member in struct:msm_gemini_hw_cmd
/hardware/qcom/msm8960/original-kernel-headers/linux/
H A Dmsm_adsp.h33 uint16_t type; /* 1 == event (RPC), 0 == message (adsp) */ member in struct:adsp_event_t
/hardware/qcom/msm8960/original-kernel-headers/media/
H A Dmsm_gestures.h54 int type; member in struct:msm_ges_ctrl_cmd
/hardware/samsung_slsi/exynos5/include/
H A DExynosBuffer.h44 //! Buffer type
50 BUFFER_TYPE_RESERVED = 1 << 2, //!< reserved type
150 //! Get Buffer type
153 int type = BUFFER_TYPE_BASE; local
155 type |= BUFFER_TYPE_VIRT;
157 type |= BUFFER_TYPE_PHYS;
159 type |= BUFFER_TYPE_FD;
161 type |= BUFFER_TYPE_RESERVED;
163 return type;
/hardware/samsung_slsi/exynos5/libcamera2/
H A DMetadataConverter.cpp53 uint8_t type)
55 if (!(entry->type==type))
57 ALOGV("DEBUG(%s):Metadata Missmatch tag(%s) type (%d) count(%d)",
58 __FUNCTION__, get_camera_metadata_tag_name(entry->tag), entry->type, entry->count);
65 uint8_t type, size_t count)
67 if (!((entry->type==type)&&(entry->count==count)))
69 ALOGV("DEBUG(%s):Metadata Missmatch tag(%s) type (%d) count(%d)",
70 __FUNCTION__, get_camera_metadata_tag_name(entry->tag), entry->type, entr
52 CheckEntryTypeMismatch(camera_metadata_entry_t * entry, uint8_t type) argument
64 CheckEntryTypeMismatch(camera_metadata_entry_t * entry, uint8_t type, size_t count) argument
[all...]
/hardware/samsung_slsi/exynos5/libexynosutils/
H A DExynosMutex.cpp58 bool ExynosMutex::create(int type, char* name) argument
69 switch (type) {
77 ALOGE("%s::unmatched type(%d) fail", __func__, type);
87 m_type = type;
185 int type,
190 if (mutex->create(type, name) == false) {
184 exynos_mutex_create( int type, char *name) argument
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
H A Dhndrte_armtrap.h58 uint32 type; member in struct:_trap_struct
/hardware/libhardware/modules/camera/
H A DCamera.cpp125 const camera_metadata_t* Camera::constructDefaultRequestSettings(int type) argument
127 ALOGV("%s:%d: type=%d", __func__, mId, type);
186 const camera3_device_t *dev, int type)
188 return camdev_to_camera(dev)->constructDefaultRequestSettings(type);
185 construct_default_request_settings( const camera3_device_t *dev, int type) argument
/hardware/qcom/display/liboverlay/
H A DoverlayRotator.cpp34 int type = getRotatorHwType(); local
35 if(type == TYPE_MDP) {
37 } else if(type == TYPE_MDSS) {
40 ALOGE("%s Unknown h/w type %d", __FUNCTION__, type);
H A Doverlay.cpp84 eDest Overlay::nextPipe(eMdpPipeType type, int dpy) { argument
88 //Match requested pipe type
89 if(type == OV_MDP_PIPE_ANY || type == PipeBook::getPipeType((eDest)i)) {
115 ALOGD_IF(PIPE_DEBUG, "Pipe unavailable type=%d display=%d",
116 (int)type, dpy);
/hardware/ti/omap3/dspbridge/inc/
H A Ddynamic_loader.h349 u16 type; /* one of the section types below */ member in struct:LDR_SECTION_INFO
352 uint16_t type; /* one of the section types below */ member in struct:LDR_SECTION_INFO
356 u16 type;*/ /* one of the section types below */
359 uint16_t type;*//* one of the section types below */
372 /* use this macro to extract type of section from LDR_SECTION_INFO.type field */
375 /* type of section to be allocated */
379 /* internal use only, run-time cinit will be of type DLOAD_DATA */
/hardware/ti/omap4xxx/camera/
H A DSensorListener.cpp49 if (sen_events[i].type == Sensor::TYPE_ACCELEROMETER) {
82 } else if (sen_events[i].type == Sensor::TYPE_GYROSCOPE) {
196 void SensorListener::enableSensor(sensor_type_t type) { argument
204 if ((type & SENSOR_ORIENTATION) && !(sensorsEnabled & SENSOR_ORIENTATION)) {
215 void SensorListener::disableSensor(sensor_type_t type) { argument
223 if ((type & SENSOR_ORIENTATION) && (sensorsEnabled & SENSOR_ORIENTATION)) {
/hardware/broadcom/wlan/bcmdhd/dhdutil/
H A Ddhdu_linux.c191 dhd_get_dev_type(char *name, void *buf, char *type) argument
202 /* get device type */
206 strcat(info.driver, type);
302 /* Search and verify the request type of adapter (wl or dhd)
307 dhd_find(struct ifreq *ifr, char *type) argument
329 if (dhd_get_dev_type(name, dev_type, type) >= 0 &&
330 !strncmp(dev_type, type, strlen(dev_type) - 1))
631 DPRINT_ERR(ERR, "%s: Unrecognized command \"%s\", type -h for help\n",
/hardware/invensense/libsensors_iio/software/core/mllite/linux/
H A Dml_sysfs_helper.c41 * @name: top level type instance name
42 * @type: the type of top level instance being sort
46 int find_type_by_name(const char *name, const char *type) argument
65 strlen(ent->d_name) > strlen(type) &&
66 strncmp(ent->d_name, type, strlen(type)) == 0) {
67 numstrlen = sscanf(ent->d_name + strlen(type),
71 if (strncmp(ent->d_name + strlen(type) + numstrlen,
75 + strlen(type)
[all...]
/hardware/libhardware/tests/camera2/
H A Dcamera2_utils.h132 Notification(int32_t type, int32_t e1, int32_t e2, int32_t e3): argument
133 msg_type(type),
/hardware/msm7k/libaudio-qdsp5v2/
H A Dmsm_audio.h57 uint32_t type; member in struct:msm_audio_config
/hardware/msm7k/libaudio-qsd8k/
H A Dmsm_audio.h57 uint32_t type; member in struct:msm_audio_config
/hardware/qcom/msm8960/kernel-headers/linux/mfd/
H A Dmsm-adie-codec.h42 u32 type; member in struct:adie_codec_action_unit

Completed in 458 milliseconds

1234