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

1234567891011>>

/hardware/qcom/gps/loc_api/libloc_api_50001/
H A Dloc_eng_dmn_conn_handler.cpp52 AGpsExtType type; local
53 switch (pmsg->cmsg.cmsg_if_request.type) {
57 type = AGPS_TYPE_SUPL;
63 type = AGPS_TYPE_WIFI;
69 type = AGPS_TYPE_ANY;
84 type,
97 type,
110 type,
123 type,
148 AGpsExtType type; local
[all...]
/hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
H A Dloc_eng_dmn_conn_handler.cpp52 AGpsExtType type; local
53 switch (pmsg->cmsg.cmsg_if_request.type) {
57 type = AGPS_TYPE_SUPL;
63 type = AGPS_TYPE_WIFI;
69 type = AGPS_TYPE_ANY;
84 type,
97 type,
110 type,
123 type,
148 AGpsExtType type; local
[all...]
/hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/
H A Dloc_eng_dmn_conn_handler.cpp52 AGpsExtType type; local
53 switch (pmsg->cmsg.cmsg_if_request.type) {
57 type = AGPS_TYPE_SUPL;
63 type = AGPS_TYPE_WIFI;
69 type = AGPS_TYPE_ANY;
84 type,
97 type,
110 type,
123 type,
148 AGpsExtType type; local
[all...]
/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
H A Dloc_eng_dmn_conn_handler.cpp52 AGpsExtType type; local
53 switch (pmsg->cmsg.cmsg_if_request.type) {
57 type = AGPS_TYPE_SUPL;
63 type = AGPS_TYPE_WIFI;
69 type = AGPS_TYPE_ANY;
84 type,
97 type,
110 type,
123 type,
148 AGpsExtType type; local
[all...]
/hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/
H A Dloc_eng_dmn_conn_handler.cpp52 AGpsExtType type; local
53 switch (pmsg->cmsg.cmsg_if_request.type) {
57 type = AGPS_TYPE_SUPL;
63 type = AGPS_TYPE_WIFI;
69 type = AGPS_TYPE_ANY;
84 type,
97 type,
110 type,
123 type,
148 AGpsExtType type; local
[all...]
/hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/
H A Dloc_eng_dmn_conn_handler.cpp52 AGpsExtType type; local
53 switch (pmsg->cmsg.cmsg_if_request.type) {
57 type = AGPS_TYPE_SUPL;
63 type = AGPS_TYPE_WIFI;
69 type = AGPS_TYPE_ANY;
84 type,
97 type,
110 type,
123 type,
148 AGpsExtType type; local
[all...]
/hardware/qcom/display/msm8084/libmemtrack/
H A Dmemtrack_msm.c32 int type,
38 if (type == MEMTRACK_TYPE_GL || type == MEMTRACK_TYPE_GRAPHICS) {
39 return kgsl_memtrack_get_memory(pid, type, records, num_records);
30 msm_memtrack_get_memory(const struct memtrack_module *module, pid_t pid, int type, struct memtrack_record *records, size_t *num_records) argument
/hardware/qcom/display/msm8226/libmemtrack/
H A Dmemtrack_msm.c32 int type,
38 if (type == MEMTRACK_TYPE_GL || type == MEMTRACK_TYPE_GRAPHICS) {
39 return kgsl_memtrack_get_memory(pid, type, records, num_records);
30 msm_memtrack_get_memory(const struct memtrack_module *module, pid_t pid, int type, struct memtrack_record *records, size_t *num_records) argument
/hardware/qcom/display/msm8909/libmemtrack/
H A Dmemtrack_msm.c32 int type,
38 if (type == MEMTRACK_TYPE_GL || type == MEMTRACK_TYPE_GRAPHICS) {
39 return kgsl_memtrack_get_memory(pid, type, records, num_records);
30 msm_memtrack_get_memory(const struct memtrack_module *module, pid_t pid, int type, struct memtrack_record *records, size_t *num_records) argument
/hardware/qcom/display/msm8960/libmemtrack/
H A Dmemtrack_msm.c30 int type,
34 if (type == MEMTRACK_TYPE_GL || type == MEMTRACK_TYPE_GRAPHICS) {
35 return kgsl_memtrack_get_memory(pid, type, records, num_records);
28 msm_memtrack_get_memory(const struct memtrack_module *module, pid_t pid, int type, struct memtrack_record *records, size_t *num_records) argument
/hardware/qcom/display/msm8994/libmemtrack/
H A Dmemtrack_msm.c32 int type,
38 if (type == MEMTRACK_TYPE_GL || type == MEMTRACK_TYPE_GRAPHICS) {
39 return kgsl_memtrack_get_memory(pid, type, records, num_records);
30 msm_memtrack_get_memory(const struct memtrack_module *module, pid_t pid, int type, struct memtrack_record *records, size_t *num_records) argument
/hardware/qcom/display/msm8996/libmemtrack/
H A Dmemtrack_msm.c32 int type,
38 if (type == MEMTRACK_TYPE_GL || type == MEMTRACK_TYPE_GRAPHICS) {
39 return kgsl_memtrack_get_memory(pid, type, records, num_records);
30 msm_memtrack_get_memory(const struct memtrack_module *module, pid_t pid, int type, struct memtrack_record *records, size_t *num_records) argument
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
H A D802.3.h40 uint16 type; /* ethertype */ member in struct:dot3_mac_llc_snap_header
/hardware/bsp/intel/peripheral/libmraa/api/mraa/
H A Diio.h33 char* type; member in struct:__anon212
118 int* type,
/hardware/bsp/intel/peripheral/libupm/doxy/node/generators/ternjs/
H A Dgenerator.js32 return function(type) {
33 return (_.contains(enums, type) ? ('Enum ' + type) : type);
95 '!type': 'fn(' + GENERATE_PARAMS(spec.params) + ')' + GENERATE_RETURN(spec.return),
105 return paramName + ': ' + paramSpec.type;
112 return (_.isEmpty(spec) ? '' : (' -> ' + spec.type));
119 doc[name] = 'Enum ' + spec.type ;
127 doc[name]= spec.type ;
/hardware/bsp/intel/peripheral/sensors/mraa/
H A DSensor.hpp106 * Get sensor type
107 * @return sensor type
109 int getType() { return type; }
133 int handle, type; member in class:Sensor
/hardware/intel/common/libmix/videodecoder/securevideo/merrifield/
H A DVideoFrameInfo.h23 uint8_t type; // nalu type + nal_ref_idc member in struct:__anon767
/hardware/intel/common/libmix/videodecoder/securevideo/moorefield/
H A DVideoFrameInfo.h23 uint8_t type; // nalu type + nal_ref_idc member in struct:__anon772
/hardware/intel/common/libva/va/
H A Dva_enc.h107 /** \brief Attribute type (#VAEncBitstreamAttribType). */
108 VAEncBitstreamAttribType type; member in struct:__anon885
/hardware/intel/common/omx-components/videocodec/
H A DOMXComponentCodecBase.h76 virtual OMX_ERRORTYPE AddHandler(OMX_INDEXTYPE type, OMXHANDLER getter, OMXHANDLER setter);
81 OMXHANDLER FindHandler(OMX_INDEXTYPE type, bool get);
88 OMX_INDEXTYPE type; member in struct:OMXComponentCodecBase::HandlerEntry
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
H A Dheader.h22 unsigned int type: 1; member in struct:__anon1054
/hardware/intel/common/utils/ituxd/src/com/intel/thermal/
H A DThermalEvent.java29 ThermalEvent(int id, int type, int state, int temp, String zoneName, String profName) { argument
31 mEventType = type;
/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);
/hardware/libhardware/tests/nusensors/
H A Dnusensors.cpp29 char const* getSensorName(int type) { argument
30 switch(type) {
95 list[i].type,
140 switch(data.type) {
149 getSensorName(data.type),
163 getSensorName(data.type),
170 data.type,
/hardware/qcom/bt/msm8960/libbt-vendor/include/
H A Duserial_vendor.h45 /*transport type can be SMD/UART*/
46 bt_hci_transport_enum_type type; member in struct:__anon2140

Completed in 949 milliseconds

1234567891011>>