Searched refs:type (Results 126 - 150 of 1111) sorted by relevance

1234567891011>>

/frameworks/base/libs/hwui/thread/
H A DSignal.h29 Signal(Condition::WakeUpType type = Condition::WAKE_UP_ALL) : mType(type), mSignaled(false) { }
/frameworks/base/media/java/android/media/tv/
H A DTvTrackInfo.java28 * The type value for audio tracks.
33 * The type value for video tracks.
38 * The type value for subtitle tracks.
52 private TvTrackInfo(int type, String id, String language, int audioChannelCount, argument
55 mType = type;
79 * Returns the type of the track. The type should be one of the followings:
216 * @param type The type of the track.
220 public Builder(int type, Strin argument
[all...]
/frameworks/base/media/java/android/mtp/
H A DMtpPropertyList.java36 // list of data type codes (third field in quadruplet)
38 // list of long int property values (fourth field in quadruplet, when value is integer type)
40 // list of long int property values (fourth field in quadruplet, when value is string type)
53 public void append(int handle, int property, int type, long value) { argument
60 mDataTypes[index] = type;
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DFrameValue.java44 static void assertObjectBased(FrameType type) { argument
45 if (type.getElementId() != FrameType.ELEMENT_OBJECT) {
H A DFrameBuffer1D.java84 FrameType type = backingStore.getFrameType();
85 if (type.getElementSize() == 0) {
86 throw new RuntimeException("Cannot access Frame of type " + type + " as a FrameBuffer "
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DSystemViewInfo.java48 public void setViewType(ViewType type) { argument
49 mViewType = type;
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/binding/
H A DAdapterItem.java35 protected AdapterItem(DataBindingItem item, int type, int fullPosition, argument
38 mType = type;
/frameworks/native/opengl/tools/glgen/stubs/gles11/
H A DglDebugMessageInsertKHR.cpp1 /* void glDebugMessageInsertKHR ( GLenum source, GLenum type, GLuint id, GLenum severity, GLsizei length, const GLchar *buf ) */
4 (JNIEnv *_env, jobject _this, jint source, jint type, jint id, jint severity, jstring buf) {
22 (GLenum)type,
3 android_glDebugMessageInsertKHR__IIIILjava_lang_String_2(JNIEnv *_env, jobject _this, jint source, jint type, jint id, jint severity, jstring buf) argument
/frameworks/native/services/surfaceflinger/RenderEngine/
H A DProgram.h59 GLuint buildShader(const char* source, GLenum type);
60 String8& dumpShader(String8& result, GLenum type);
/frameworks/rs/cpu_ref/linkloader/lib/
H A DELFSectionHeader.cpp38 char const *ELFSectionHeaderHelperMixin::getSectionTypeStr(uint32_t type) { argument
39 switch (type) {
45 // General section header type
52 // ARM-specific section header type
/frameworks/support/v4/gingerbread/android/support/v4/net/
H A DConnectivityManagerCompatGingerbread.java41 final int type = info.getType();
42 switch (type) {
/frameworks/support/v4/honeycomb_mr2/android/support/v4/net/
H A DConnectivityManagerCompatHoneycombMR2.java43 final int type = info.getType();
44 switch (type) {
/frameworks/av/media/libstagefright/webm/
H A DWebmFrame.h33 WebmFrame(int type, bool key, uint64_t absTimecode, MediaBuffer *buf);
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL11Ext.java127 int type,
134 int type,
141 int type,
148 int type,
125 glMatrixIndexPointerOES( int size, int type, int stride, java.nio.Buffer pointer ) argument
132 glMatrixIndexPointerOES( int size, int type, int stride, int offset ) argument
139 glWeightPointerOES( int size, int type, int stride, java.nio.Buffer pointer ) argument
146 glWeightPointerOES( int size, int type, int stride, int offset ) argument
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
H A DVertexShader.java52 public Builder setObjectConst(Type type) { argument
53 mShader.mPerObjConstants = type;
57 public Builder setShaderConst(Type type) { argument
58 mShader.mPerShaderConstants = type;
/frameworks/compile/mclinker/lib/LD/
H A DELFSegmentFactory.cpp23 if ((*segment)->type() == pType &&
39 if ((*segment)->type() == pType &&
53 if ((*segment)->type() == pType) {
69 if ((*segment)->type() == pType) {
/frameworks/native/services/sensorservice/
H A DGravitySensor.cpp37 if (list[i].type == SENSOR_TYPE_ACCELEROMETER) {
48 if (event.type == SENSOR_TYPE_ACCELEROMETER) {
63 outEvent->type = SENSOR_TYPE_GRAVITY;
83 hwSensor.type = SENSOR_TYPE_GRAVITY;
/frameworks/native/services/surfaceflinger/Effects/
H A DDaltonizer.h43 void setType(ColorBlindnessTypes type);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
H A DSimulatedRadioControl.java49 public void triggerSsn(int type, int code); argument
/frameworks/rs/
H A Dspec.h15 int type; member in struct:__anon1563
/frameworks/base/opengl/java/android/opengl/
H A DGLES10.java382 // C function void glColorPointer ( GLint size, GLenum type, GLsizei stride, const GLvoid *pointer )
386 int type,
394 int type,
400 type,
406 ((type == GL_FLOAT) ||
407 (type == GL_UNSIGNED_BYTE) ||
408 (type == GL_FIXED)) &&
534 // C function void glDrawElements ( GLenum mode, GLsizei count, GLenum type, const GLvoid *indices )
539 int type,
945 // C function void glNormalPointer ( GLenum type, GLsize
384 glColorPointerBounds( int size, int type, int stride, java.nio.Buffer pointer, int remaining ) argument
392 glColorPointer( int size, int type, int stride, java.nio.Buffer pointer ) argument
536 glDrawElements( int mode, int count, int type, java.nio.Buffer indices ) argument
947 glNormalPointerBounds( int type, int stride, java.nio.Buffer pointer, int remaining ) argument
954 glNormalPointer( int type, int stride, java.nio.Buffer pointer ) argument
1041 glReadPixels( int x, int y, int width, int height, int format, int type, java.nio.Buffer pixels ) argument
1138 glTexCoordPointerBounds( int size, int type, int stride, java.nio.Buffer pointer, int remaining ) argument
1146 glTexCoordPointer( int size, int type, int stride, java.nio.Buffer pointer ) argument
1223 glTexImage2D( int target, int level, int internalformat, int width, int height, int border, int format, int type, java.nio.Buffer pixels ) argument
1253 glTexSubImage2D( int target, int level, int xoffset, int yoffset, int width, int height, int format, int type, java.nio.Buffer pixels ) argument
1283 glVertexPointerBounds( int size, int type, int stride, java.nio.Buffer pointer, int remaining ) argument
1291 glVertexPointer( int size, int type, int stride, java.nio.Buffer pointer ) argument
[all...]
/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerFactory.h50 player_type type);
51 static void unregisterFactory(player_type type);
73 player_type type);
/frameworks/base/core/java/android/accounts/
H A DChooseAccountTypeActivity.java66 for (String type : validAccountTypes) {
67 setOfAllowableAccountTypes.add(type);
78 final String type = entry.getKey();
81 && !setOfAllowableAccountTypes.contains(type)) {
96 setResultAndFinish(mAuthenticatorInfosToDisplay.get(0).desc.type);
110 setResultAndFinish(mAuthenticatorInfosToDisplay.get(position).desc.type);
115 private void setResultAndFinish(final String type) { argument
117 bundle.putString(AccountManager.KEY_ACCOUNT_TYPE, type);
121 + "selected account type " + type);
[all...]
/frameworks/base/core/java/android/util/
H A DTypedValue.java47 /** Identifies the start of plain integer values. Any type value
166 /** The type held by this value, as defined by the constants here.
168 public int type; field in class:TypedValue
173 /** Basic data in the value, interpreted according to {@link #type} */
195 * whose type is {@link #TYPE_FLOAT}. */
315 * Return the complex unit type for this value. For example, a dimen type
317 * whose type is {@link #TYPE_DIMENSION}.
319 * @return The complex unit type.
361 * whose type i
453 coerceToString(int type, int data) argument
[all...]
/frameworks/base/libs/androidfw/
H A DBackupData.cpp125 header.type = tolel(BACKUP_HEADER_ENTITY_V1);
230 BackupDataReader::ReadNextHeader(bool* done, int* type) argument
254 if (type) {
255 *type = m_header.type;
259 m_header.type = fromlel(m_header.type);
260 switch (m_header.type)
290 ALOGD("Chunk header at %d has invalid type: 0x%08x",
291 (int)(m_pos - sizeof(m_header)), (int)m_header.type);
[all...]

Completed in 834 milliseconds

1234567891011>>