Searched refs:type (Results 1 - 25 of 1355) sorted by relevance

1234567891011>>

/hardware/interfaces/radio/1.0/
H A DIRadioIndication.hal26 * @param type Type of radio indication
29 oneway radioStateChanged(RadioIndicationType type, RadioState radioState);
40 * @param type Type of radio indication
42 oneway callStateChanged(RadioIndicationType type);
49 * @param type Type of radio indication
51 oneway networkStateChanged(RadioIndicationType type);
61 * @param type Type of radio indication
65 oneway newSms(RadioIndicationType type, vec<uint8_t> pdu);
75 * @param type Type of radio indication
79 oneway newSmsStatusReport(RadioIndicationType type, ve
[all...]
/hardware/interfaces/radio/1.2/
H A DIRadioIndication.hal30 oneway networkScanResult_1_2(RadioIndicationType type, NetworkScanResult result);
36 * @param type Type of radio indication
39 oneway cellInfoList_1_2(RadioIndicationType type, vec<CellInfo> records);
52 * @param type Type of radio indication
55 oneway currentLinkCapacityEstimate(RadioIndicationType type, LinkCapacityEstimate lce);
62 * @param type Type of radio indication
65 oneway currentPhysicalChannelConfigs(RadioIndicationType type,
71 * @param type Type of radio indication
74 oneway currentSignalStrength_1_2(RadioIndicationType type, SignalStrength signalStrength);
/hardware/google/av/codec2/vndk/include/util/
H A DC2Debug-base.h26 #define C2_DECLARE_AS_STRING_AND_DEFINE_STREAM_OUT(type) \
27 const char *asString(type i, const char *def = "??"); \
28 inline std::ostream& operator<<(std::ostream& os, const type &i) { \
/hardware/intel/img/hwcomposer/merrifield/common/planes/
H A DDisplayPlaneManager.cpp97 ETRACE("failed to allocate plane %d, type %d", j, i);
154 DisplayPlane* DisplayPlaneManager::getPlane(int type, int index) argument
158 if (type < 0 || type >= DisplayPlane::PLANE_MAX) {
159 ETRACE("Invalid plane type %d", type);
163 int freePlaneIndex = getPlane(mReclaimedPlanes[type], index);
165 return mPlanes[type].itemAt(freePlaneIndex);
167 freePlaneIndex = getPlane(mFreePlanes[type], index);
169 return mPlanes[type]
174 getAnyPlane(int type) argument
197 int type; local
212 isFreePlane(int type, int index) argument
226 getFreePlanes(int dsp, int type) argument
262 int type = plane.getType(); local
[all...]
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/planes/
H A DDisplayPlaneManager.cpp97 ELOGTRACE("failed to allocate plane %d, type %d", j, i);
154 DisplayPlane* DisplayPlaneManager::getPlane(int type, int index) argument
158 if (type < 0 || type >= DisplayPlane::PLANE_MAX) {
159 ELOGTRACE("Invalid plane type %d", type);
163 int freePlaneIndex = getPlane(mReclaimedPlanes[type], index);
165 return mPlanes[type].itemAt(freePlaneIndex);
167 freePlaneIndex = getPlane(mFreePlanes[type], index);
169 return mPlanes[type]
174 getAnyPlane(int type) argument
197 int type; local
212 isFreePlane(int type, int index) argument
226 getFreePlanes(int dsp, int type) argument
262 int type = plane.getType(); local
[all...]
/hardware/interfaces/broadcastradio/common/utils1x/
H A DUtils.cpp47 const IdentifierType type) {
48 return hasId(a, type) && hasId(b, type);
52 const IdentifierType type) {
53 return hasId(a, type) || hasId(b, type);
57 const IdentifierType type) {
58 if (!bothHaveId(a, b, type)) return false;
59 /* We should check all Ids of a given type (ie. other AF),
62 return getId(a, type)
46 bothHaveId(const ProgramSelector& a, const ProgramSelector& b, const IdentifierType type) argument
51 anyHaveId(const ProgramSelector& a, const ProgramSelector& b, const IdentifierType type) argument
56 haveEqualIds(const ProgramSelector& a, const ProgramSelector& b, const IdentifierType type) argument
107 isAmFm(const ProgramType type) argument
127 maybeGetId(const ProgramSelector& sel, const IdentifierType type, uint64_t* val) argument
146 hasId(const ProgramSelector& sel, const IdentifierType type) argument
150 getId(const ProgramSelector& sel, const IdentifierType type) argument
161 getId(const ProgramSelector& sel, const IdentifierType type, uint64_t defval) argument
173 ProgramType type; local
[all...]
/hardware/interfaces/radio/1.1/
H A DIRadioIndication.hal31 * @param type Type of radio indication
38 * @param type Type of radio indication
41 oneway networkScanResult(RadioIndicationType type, NetworkScanResult result);
49 * @param type Type of radio indication
52 oneway keepaliveStatus(RadioIndicationType type, KeepaliveStatus status);
/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
H A Dmemtrack_msm.h20 int kgsl_memtrack_get_memory(pid_t pid, enum memtrack_type type,
/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
H A Dmemtrack_msm.h20 int kgsl_memtrack_get_memory(pid_t pid, enum memtrack_type type,
/hardware/qcom/display/msm8909/gpu_tonemapper/
H A DTonemapFactory.h30 Tonemapper *TonemapperFactory_GetInstance(int type, void *colorMap, int colorMapSize,
/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
H A Dmemtrack_msm.h20 int kgsl_memtrack_get_memory(pid_t pid, enum memtrack_type type,
/hardware/qcom/display/msm8909w_3100/gpu_tonemapper/
H A DTonemapFactory.h30 Tonemapper *TonemapperFactory_GetInstance(int type, void *colorMap, int colorMapSize,
/hardware/qcom/display/msm8909w_3100/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
H A Dmemtrack_msm.h20 int kgsl_memtrack_get_memory(pid_t pid, enum memtrack_type type,
/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
H A Dmemtrack_msm.h20 int kgsl_memtrack_get_memory(pid_t pid, enum memtrack_type type,
/hardware/qcom/display/msm8994/libmemtrack/
H A Dmemtrack_msm.h20 int kgsl_memtrack_get_memory(pid_t pid, enum memtrack_type type,
/hardware/qcom/display/msm8996/libmemtrack/
H A Dmemtrack_msm.h20 int kgsl_memtrack_get_memory(pid_t pid, enum memtrack_type type,
/hardware/qcom/display/msm8998/gpu_tonemapper/
H A DTonemapFactory.h30 Tonemapper *TonemapperFactory_GetInstance(int type, void *colorMap, int colorMapSize,
/hardware/qcom/display/msm8998/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
H A Dmemtrack_msm.h20 int kgsl_memtrack_get_memory(pid_t pid, enum memtrack_type type,
/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;

Completed in 2247 milliseconds

1234567891011>>