Searched refs:type (Results 176 - 200 of 750) sorted by relevance

1234567891011>>

/frameworks/av/media/libstagefright/mpeg2ts/
H A DATSParser.cpp59 DiscontinuityType type, const sp<AMessage> &extra);
63 sp<MediaSource> getSource(SourceType type);
104 unsigned type() const { return mStreamType; } function in struct:android::ATSParser::Stream
114 DiscontinuityType type, const sp<AMessage> &extra);
118 sp<MediaSource> getSource(SourceType type);
217 DiscontinuityType type, const sp<AMessage> &extra) {
219 if ((type & DISCONTINUITY_TIME)
227 mStreams.editValueAt(i)->signalDiscontinuity(type, extra);
340 if (index >= 0 && mStreams.editValueAt(index)->type() != info.mType) {
353 ALOGI("PID 0x%08x => type
216 signalDiscontinuity( DiscontinuityType type, const sp<AMessage> &extra) argument
420 getSource(SourceType type) argument
610 signalDiscontinuity( DiscontinuityType type, const sp<AMessage> &extra) argument
893 getSource(SourceType type) argument
938 signalDiscontinuity( DiscontinuityType type, const sp<AMessage> &extra) argument
1207 getSource(SourceType type) argument
[all...]
/frameworks/base/core/java/android/widget/
H A DExpandableListConnector.java274 return PositionMetadata.obtain(pos.groupPos, pos.type,
302 if (pos.type == ExpandableListPosition.GROUP) {
304 return PositionMetadata.obtain(midExpGm.flPos, pos.type,
306 } else if (pos.type == ExpandableListPosition.CHILD) {
309 + 1, pos.type, pos.groupPos, pos.childPos,
321 if (pos.type != ExpandableListPosition.GROUP) {
347 return PositionMetadata.obtain(flPos, pos.type, pos.groupPos,
361 return PositionMetadata.obtain(flPos, pos.type, pos.groupPos,
379 if (pos.type == ExpandableListPosition.CHILD) {
404 if (posMetadata.position.type
994 obtain(int flatListPos, int type, int groupPos, int childPos, GroupMetadata groupMetadata, int groupInsertIndex) argument
[all...]
/frameworks/av/media/libmedia/
H A DAudioEffect.cpp44 AudioEffect::AudioEffect(const effect_uuid_t *type, argument
54 mStatus = set(type, uuid, priority, cbf, user, sessionId, io);
67 effect_uuid_t type; local
72 ALOGV("Constructor string\n - type: %s\n - uuid: %s", typeStr, uuidStr);
75 if (stringToGuid(typeStr, &type) == NO_ERROR) {
76 pType = &type;
89 status_t AudioEffect::set(const effect_uuid_t *type, argument
101 ALOGV("set %p mUserData: %p uuid: %p timeLow %08x", this, user, type, type ? type
[all...]
/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardEntry.java312 public PhoneData(String data, int type, String label, boolean isPrimary) { argument
314 mType = type;
369 return String.format("type: %d, data: %s, label: %s, isPrimary: %s", mType, mNumber,
402 public EmailData(String data, int type, String label, boolean isPrimary) { argument
403 mType = type;
459 return String.format("type: %d, data: %s, label: %s, isPrimary: %s", mType, mAddress,
505 String region, String postalCode, String country, int type, String label,
507 mType = type;
524 final int type, final String label, boolean isPrimary, int vcardType) {
549 dataArray[4], dataArray[5], dataArray[6], type, labe
504 PostalData(String pobox, String extendedAddress, String street, String localty, String region, String postalCode, String country, int type, String label, boolean isPrimary, int vcardType) argument
523 constructPostalData(final List<String> propValueList, final int type, final String label, boolean isPrimary, int vcardType) argument
741 OrganizationData(final String organizationName, final String departmentName, final String titleName, final String phoneticName, int type, final boolean isPrimary) argument
877 ImData(final int protocol, final String customProtocol, final String address, final int type, final boolean isPrimary) argument
1353 SipData(String rawSip, int type, String label, boolean isPrimary) argument
1765 addPhone(int type, String data, String label, boolean isPrimary) argument
1806 addSip(String sipData, int type, String label, boolean isPrimary) argument
1820 addEmail(int type, String data, String label, boolean isPrimary) argument
1827 addPostal(int type, List<String> propValueList, String label, boolean isPrimary) argument
1839 addNewOrganization(final String organizationName, final String departmentName, final String titleName, final String phoneticName, int type, final boolean isPrimary) argument
1878 handleOrgValue(final int type, List<String> orgList, Map<String, Collection<String>> paramMap, boolean isPrimary) argument
1962 addIm(int protocol, String customProtocol, String propValue, int type, boolean isPrimary) argument
[all...]
/frameworks/base/tools/aapt/
H A DResourceTable.h116 const String16& type,
122 const String16& type,
133 const String16& type,
143 const String16& type,
155 const String16& type,
159 const String16& type,
168 const String16& type,
174 const String16& type,
179 const String16& package, const String16& type, const String16& name);
199 const String16& type,
300 enum type { enum in class:ResourceTable::Entry
[all...]
H A DResourceTable.cpp133 "a reference to another resource, in the form \"<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>\"\n"
134 "or to a theme attribute in the form \"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>\"."},
209 static String16 mayOrMust(int type, int flags)
211 if ((type&(~flags)) == 0) {
219 const String16& typeName, const String16& ident, int type,
224 if ((type&flags->value) != 0 && flags->description != NULL) {
225 String16 fullMsg(mayOrMust(type, flags->value));
233 if (hadType && (type&ResTable_map::TYPE_REFERENCE) == 0) {
236 "\"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>\") or\n"
238 "\"<code>?[<i>package</i>:][<i>type</
862 String16 type; local
934 String16 type; local
1066 String16 type; local
1673 addPublic(const SourcePos& sourcePos, const String16& package, const String16& type, const String16& name, const uint32_t ident) argument
1697 addEntry(const SourcePos& sourcePos, const String16& package, const String16& type, const String16& name, const String16& value, const Vector<StringPool::entry_style_span>* style, const ResTable_config* params, const bool doSetIndex, const int32_t format, const bool overwrite) argument
1738 startBag(const SourcePos& sourcePos, const String16& package, const String16& type, const String16& name, const String16& bagParent, const ResTable_config* params, bool overlay, bool replace, bool isId) argument
1802 addBag(const SourcePos& sourcePos, const String16& package, const String16& type, const String16& name, const String16& bagParent, const String16& bagKey, const String16& value, const Vector<StringPool::entry_style_span>* style, const ResTable_config* params, bool replace, bool isId, const int32_t format) argument
1847 hasBagOrEntry(const String16& package, const String16& type, const String16& name) const argument
1872 hasBagOrEntry(const String16& package, const String16& type, const String16& name, const ResTable_config& config) const argument
1907 String16 package, type, name; local
1915 appendComment(const String16& package, const String16& type, const String16& name, const String16& comment, bool onlyIfEmpty) argument
1939 appendTypeComment(const String16& package, const String16& type, const String16& name, const String16& comment) argument
1962 canAddEntry(const SourcePos& pos, const String16& package, const String16& type, const String16& name) argument
1997 getResId(const String16& package, const String16& type, const String16& name, bool onlyPublic) const argument
2046 String16 package, type, name; local
2156 getCustomResource( const String16& package, const String16& type, const String16& name) const argument
2172 getCustomResourceWithCreation( const String16& package, const String16& type, const String16& name, const bool createIfNotFound) argument
3636 getType(const String16& type, const SourcePos& sourcePos, bool doSetIndex) argument
3769 getType(const String16& package, const String16& type, const SourcePos& sourcePos, bool doSetIndex) argument
3781 getEntry(const String16& package, const String16& type, const String16& name, const SourcePos& sourcePos, bool overlay, const ResTable_config* config, bool doSetIndex) argument
[all...]
/frameworks/base/tools/aidl/
H A DAST.cpp77 types->insert(this->variable->type);
87 fprintf(to, "%s %s", this->variable->type->QualifiedName().c_str(),
130 :type(NULL),
137 :type(t),
144 :type(t),
157 types->insert(this->type);
167 fprintf(to, "%s%s %s", this->type->QualifiedName().c_str(), dim.c_str(),
392 :type(t)
397 :type(t)
421 fprintf(to, "new %s(", this->type
[all...]
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp475 if (ResolveInfo::ThreadLocal != f_pExecutableStart->type()) {
489 if (NULL != f_pEText && ResolveInfo::ThreadLocal != f_pEText->type()) {
494 if (NULL != f_p_EText && ResolveInfo::ThreadLocal != f_p_EText->type()) {
499 if (NULL != f_p__EText && ResolveInfo::ThreadLocal != f_p__EText->type()) {
521 if (NULL != f_pEData && ResolveInfo::ThreadLocal != f_pEData->type()) {
526 if (NULL != f_p_EData && ResolveInfo::ThreadLocal != f_p_EData->type()) {
531 if (NULL != f_pBSSStart && ResolveInfo::ThreadLocal != f_pBSSStart->type()) {
537 if (NULL != f_pEnd && ResolveInfo::ThreadLocal != f_pEnd->type()) {
542 if (NULL != f_p_End && ResolveInfo::ThreadLocal != f_p_End->type()) {
640 switch (pOutput.type()) {
1222 uint32_t type = pSymbol.resolveInfo()->type(); local
[all...]
/frameworks/base/core/java/com/android/internal/net/
H A DVpnProfile.java51 public int type = TYPE_PPTP; // 1 field in class:VpnProfile
76 type = in.readInt();
97 out.writeInt(type);
128 profile.type = Integer.valueOf(values[1]);
129 if (profile.type < 0 || profile.type > TYPE_MAX) {
156 builder.append('\0').append(type);
/frameworks/wilhelm/tests/mimeUri/
H A DslesTestPlayStreamType.cpp47 /* Play an audio URIs on the given stream type */
48 void TestStreamTypeConfiguration( SLObjectItf sl, const char* path, const SLint32 type) argument
139 /* Set the Android audio stream type on the player */
141 SL_ANDROID_KEY_STREAM_TYPE, &type, sizeof(SLint32));
143 fprintf(stderr, "invalid stream type %d\n", type);
192 /* Get the stream type during playback */
199 fprintf(stderr, "ERROR: size for stream type is %u, should be %u\n",
205 if (currentType != type) {
206 fprintf(stderr, "ERROR: stream type i
[all...]
/frameworks/base/core/java/android/hardware/
H A DLegacySensorManager.java107 private boolean registerLegacyListener(int legacyType, int type, argument
113 Sensor sensor = mSensorManager.getDefaultSensor(type);
160 private void unregisterLegacyListener(int legacyType, int type, argument
165 Sensor sensor = mSensorManager.getDefaultSensor(type);
262 int type = event.sensor.getType();
263 int legacyType = getLegacySensorType(type);
265 if (type == Sensor.TYPE_ORIENTATION) {
353 private static int getLegacySensorType(int type) { argument
354 switch (type) {
/frameworks/base/media/java/android/media/
H A DTimedText.java399 int type = parcel.readInt();
400 if (type == KEY_LOCAL_SETTING) {
401 type = parcel.readInt();
402 if (type != KEY_START_TIME) {
406 mKeyObjectMap.put(type, mStartTimeMs);
408 type = parcel.readInt();
409 if (type != KEY_STRUCT_TEXT) {
421 } else if (type != KEY_GLOBAL_SETTING) {
422 Log.w(TAG, "Invalid timed text key found: " + type);
/frameworks/base/core/java/android/provider/
H A DContactsContract.java448 * The MIME-type of {@link #CONTENT_URI} providing a directory of
455 * The MIME type of a {@link #CONTENT_URI} item.
481 * The type of directory captured as a resource ID in the context of the
511 * The account type which this directory is associated.
773 * The type of account to which this row belongs, which when paired with
1222 * filter-as-you-type suggestions, use the {@link #CONTENT_FILTER_URI} URI.
1269 * That row has the mime type
1273 * that mime type.</td>
1555 * The content:// style URI used for "type-to-filter" functionality on the
1579 * The content:// style URI used for "type
5476 getDisplayLabel(Context context, int type, CharSequence label, CharSequence[] labelArray) argument
5486 getDisplayLabel(Context context, int type, CharSequence label) argument
5495 getTypeLabelResource(int type) argument
5526 getTypeLabel(Resources res, int type, CharSequence label) argument
5662 getTypeLabelResource(int type) argument
5677 getTypeLabel(Resources res, int type, CharSequence label) argument
5870 getTypeLabelResource(int type) argument
5884 getTypeLabel(Resources res, int type, CharSequence label) argument
6008 getTypeLabelResource(int type) argument
6022 getTypeLabel(Resources res, int type, CharSequence label) argument
6036 getProtocolLabelResource(int type) argument
6056 getProtocolLabel(Resources res, int type, CharSequence label) argument
6216 getTypeLabelResource(int type) argument
6229 getTypeLabel(Resources res, int type, CharSequence label) argument
6328 getTypeLabelResource(int type) argument
6355 getTypeLabel(Resources res, int type, CharSequence label) argument
6432 getTypeResource(Integer type) argument
6748 getTypeLabelResource(int type) argument
6762 getTypeLabel(Resources res, int type, CharSequence label) argument
[all...]
/frameworks/base/core/java/android/view/animation/
H A DAnimation.java656 * Gets the acceleration curve type for this animation.
979 * @param type One of Animation.ABSOLUTE, Animation.RELATIVE_TO_SELF, or
981 * @param value The dimension associated with the type parameter
986 protected float resolveSize(int type, float value, int size, int parentSize) { argument
987 switch (type) {
1078 public int type; field in class:Animation.Description
1100 d.type = ABSOLUTE;
1103 if (value.type == TypedValue.TYPE_FRACTION) {
1104 d.type = (value.data & TypedValue.COMPLEX_UNIT_MASK) ==
1109 } else if (value.type
[all...]
/frameworks/base/tools/preload/
H A Dsorttable.js77 // work through each column and calculate its type
80 // manually override the type with a sorttable_type attribute
167 // guess the type of a column based on its first non-blank row
374 function dean_addEvent(element, type, handler) {
376 element.addEventListener(type, handler, false);
383 var handlers = element.events[type];
385 handlers = element.events[type] = {};
387 if (element["on" + type]) {
388 handlers[0] = element["on" + type];
394 element["on" + type]
[all...]
/frameworks/compile/libbcc/lib/Renderscript/runtime/
H A Drs_allocation.c5 // Opaque Allocation type operations
70 Type_t *type = (Type_t *)alloc->mHal.state.type; local
71 rs_element returnElem = {type->mHal.state.element};
/frameworks/compile/mclinker/include/mcld/LD/
H A DLDSection.h49 /// type - The categorizes the section's contents and semantics. It's
53 /// In MachO, it's type field of struct section::flags
54 uint32_t type() const function in class:mcld::LDSection
65 /// In ELF, if the type() is SHT_NOBITS, this function return zero.
128 void setType(uint32_t type) argument
129 { m_Type = type; }
/frameworks/base/core/java/android/view/
H A DLayoutInflater.java433 int type;
434 while ((type = parser.next()) != XmlPullParser.START_TAG &&
435 type != XmlPullParser.END_DOCUMENT) {
439 if (type != XmlPullParser.START_TAG) {
719 int type;
721 while (((type = parser.next()) != XmlPullParser.END_TAG ||
722 parser.getDepth() > depth) && type != XmlPullParser.END_DOCUMENT) {
724 if (type != XmlPullParser.START_TAG) {
759 int type;
762 while (((type
[all...]
H A DDisplay.java146 * Display type: Unknown display type.
152 * Display type: Built-in display.
158 * Display type: HDMI display.
164 * Display type: WiFi display.
170 * Display type: Overlay display.
195 mType = displayInfo.type;
271 * Gets the display type.
273 * @return The display type.
288 * Interpretation varies by display type
601 typeToString(int type) argument
[all...]
H A DSurfaceHolder.java50 * whose type is SURFACE_TYPE_PUSH_BUFFERS.
149 * Sets the surface's type.
154 public void setType(int type); argument
/frameworks/native/opengl/libagl/
H A Darray.cpp108 c->arrays.vertex.type = GL_FLOAT;
110 c->arrays.color.type = GL_FLOAT;
112 c->arrays.normal.type = GL_FLOAT;
115 c->arrays.texture[i].type = GL_FLOAT;
255 static const fn_t color_fct[2][16] = { // size={3,4}, type={ub,f,x}
263 static const fn_t color_clamp_fct[2][16] = { // size={3,4}, type={ub,f,x}
271 static const fn_t normal_fct[1][16] = { // size={3}, type={b,s,f,x}
277 static const fn_t vertex_fct[3][16] = { // size={2,3,4}, type={b,s,f,x}
291 static const fn_t texture_fct[3][16] = { // size={2,3,4}, type={b,s,f,x}
313 GLint size, GLenum type, GLsize
312 init( GLint size, GLenum type, GLsizei stride, const GLvoid *pointer, const buffer_t* bo, GLsizei count) argument
746 read_index(int type, const GLvoid*& p) argument
765 const int type = (c->arrays.indicesType == GL_UNSIGNED_BYTE); local
787 const int type = (c->arrays.indicesType == GL_UNSIGNED_BYTE); local
814 const int type = (c->arrays.indicesType == GL_UNSIGNED_BYTE); local
841 const int type = (c->arrays.indicesType == GL_UNSIGNED_BYTE); local
870 const int type = (c->arrays.indicesType == GL_UNSIGNED_BYTE); local
1235 glVertexPointer( GLint size, GLenum type, GLsizei stride, const GLvoid *pointer) argument
1256 glColorPointer( GLint size, GLenum type, GLsizei stride, const GLvoid *pointer) argument
1276 glNormalPointer( GLenum type, GLsizei stride, const GLvoid *pointer) argument
1297 glTexCoordPointer( GLint size, GLenum type, GLsizei stride, const GLvoid *pointer) argument
1385 glDrawElements( GLenum mode, GLsizei count, GLenum type, const GLvoid *indices) argument
[all...]
/frameworks/av/include/media/stagefright/
H A DMetaData.h151 // kKeyEncryptedSizes, 0 /* type */, encSizes, sizeof(encSizes));
206 bool setData(uint32_t key, uint32_t type, const void *data, size_t size);
208 bool findData(uint32_t key, uint32_t *type,
225 void setData(uint32_t type, const void *data, size_t size);
226 void getData(uint32_t *type, const void **data, size_t *size) const;
/frameworks/av/media/libeffects/testlibs/
H A DAudioShelvingFilter.h41 // Shelf type
48 // type Type of the filter (high shelf or low shelf).
51 AudioShelvingFilter(ShelfType type, int nChannels, int sampleRate);
117 // Shelf type.
/frameworks/base/core/java/android/bluetooth/
H A DIBluetooth.aidl80 ParcelFileDescriptor connectSocket(in BluetoothDevice device, int type, in ParcelUuid uuid, int port, int flag);
81 ParcelFileDescriptor createSocketChannel(int type, in String serviceName, in ParcelUuid uuid, int port, int flag);
/frameworks/base/core/java/android/text/method/
H A DReplacementTransformationMethod.java183 public <T> T[] getSpans(int start, int end, Class<T> type) { argument
184 return mSpanned.getSpans(start, end, type);
199 public int nextSpanTransition(int start, int end, Class type) { argument
200 return mSpanned.nextSpanTransition(start, end, type);

Completed in 648 milliseconds

1234567891011>>