Searched refs:type (Results 226 - 250 of 1497) sorted by relevance

1234567891011>>

/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:__anon1729
/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.h54 player_type type);
55 static void unregisterFactory(player_type type);
80 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/os/
H A DHardwarePropertiesManager.java102 * @param type type of requested device temperature, one of {@link #DEVICE_TEMPERATURE_CPU},
115 public @NonNull float[] getDeviceTemperatures(@DeviceTemperatureType int type, argument
117 switch (type) {
128 return mService.getDeviceTemperatures(mContext.getOpPackageName(), type,
138 Log.w(TAG, "Unknown device temperature type.");
/frameworks/base/core/java/android/util/
H A DTypedValue.java50 /** Identifies the start of plain integer values. Any type value
169 /** The type held by this value, as defined by the constants here.
171 public int type; field in class:TypedValue
176 /** Basic data in the value, interpreted according to {@link #type} */
201 * whose type is {@link #TYPE_FLOAT}. */
321 * Return the complex unit type for this value. For example, a dimen type
323 * whose type is {@link #TYPE_DIMENSION}.
325 * @return The complex unit type.
367 * whose type i
459 coerceToString(int type, int data) argument
[all...]
/frameworks/base/libs/androidfw/
H A DBackupData.cpp119 header.type = tolel(BACKUP_HEADER_ENTITY_V1);
224 BackupDataReader::ReadNextHeader(bool* done, int* type) argument
248 if (type) {
249 *type = m_header.type;
253 m_header.type = fromlel(m_header.type);
254 switch (m_header.type)
284 ALOGD("Chunk header at %d has invalid type: 0x%08x",
285 (int)(m_pos - sizeof(m_header)), (int)m_header.type);
[all...]
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
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/android/text/
H A DOptimizingLineBreaker.java50 assert p.type == PrimitiveType.PENALTY;
65 if (p.type == PrimitiveType.PENALTY) {
160 if (p.type == PrimitiveType.BOX || p.type == PrimitiveType.GLUE) {
162 if (p.type == PrimitiveType.BOX) {
165 } else if (p.type == PrimitiveType.VARIABLE) {
191 if (p.type == PrimitiveType.BOX || p.type == PrimitiveType.GLUE) {
193 if (p.type == PrimitiveType.BOX) {
196 } else if (p.type
[all...]
/frameworks/data-binding/extensions/baseAdapters/src/main/java/android/databinding/adapters/
H A DCompoundButtonBindingAdapter.java28 @BindingMethod(type = CompoundButton.class, attribute = "android:buttonTint", method = "setButtonTintList"),
29 @BindingMethod(type = CompoundButton.class, attribute = "android:onCheckedChanged", method = "setOnCheckedChangeListener"),
32 @InverseBindingMethod(type = CompoundButton.class, attribute = "android:checked"),
H A DNumberPickerBindingAdapter.java30 @BindingMethod(type = NumberPicker.class, attribute = "android:format", method = "setFormatter"),
31 @BindingMethod(type = NumberPicker.class, attribute = "android:onScrollStateChange", method = "setOnScrollListener"),
34 @InverseBindingMethod(type = NumberPicker.class, attribute = "android:value"),
/frameworks/native/services/sensorservice/
H A DCorrectedGyroSensor.cpp35 if (list[i].type == SENSOR_TYPE_GYROSCOPE) {
46 .type = SENSOR_TYPE_GYROSCOPE,
58 if (event.type == SENSOR_TYPE_GYROSCOPE) {
H A DLinearAccelerationSensor.cpp40 .type = SENSOR_TYPE_LINEAR_ACCELERATION,
53 if (result && event.type == SENSOR_TYPE_ACCELEROMETER) {
58 outEvent->type = SENSOR_TYPE_LINEAR_ACCELERATION;
H A DOrientationSensor.cpp38 .type = SENSOR_TYPE_ORIENTATION,
50 if (event.type == SENSOR_TYPE_ACCELEROMETER) {
67 outEvent->type = SENSOR_TYPE_ORIENTATION;
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DAppCompatDelegateImplV23.java36 // Override the window callback so that we can intercept onWindowStartingActionMode(type)
59 public ActionMode onWindowStartingActionMode(ActionMode.Callback callback, int type) { argument
61 switch (type) {
63 // We only take over if the type is TYPE_PRIMARY
68 return super.onWindowStartingActionMode(callback, type);
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/util/
H A DCachedPathIteratorFactory.java57 int type = iterator.currentSegment(points);
58 int nPoints = getNumberOfPoints(type) * 2; // 2 coordinates per point
60 typesArray.add(type);
185 * @param type the segment type
189 private static void getShapeEndPoint(int type, @NonNull float[] coords, @NonNull float[] argument
191 // start index of the end point for the segment type
192 int pointIndex = (getNumberOfPoints(type) - 1) * 2;
198 * Returns the number of points stored in a coordinates array for the given segment type.
225 int type
247 getPointAtLength(int type, @NonNull float[] coords, float lastX, float lastY, float t, @NonNull float[] point) argument
[all...]
/frameworks/base/libs/hwui/
H A DDamageAccumulator.cpp35 TransformType type; member in struct:android::uirenderer::DirtyStack
52 mHead->type = TransformNone;
59 switch (currentFrame->type) {
70 LOG_ALWAYS_FATAL("Tried to compute transform with an invalid type: %d", currentFrame->type);
92 mHead->type = TransformRenderNode;
98 mHead->type = TransformMatrix4;
106 switch (dirtyFrame->type) {
117 LOG_ALWAYS_FATAL("Tried to pop an invalid type: %d", dirtyFrame->type);
[all...]
H A DReadback.cpp60 GLenum type; local
65 type = GL_UNSIGNED_BYTE;
69 type = GL_UNSIGNED_SHORT_5_6_5;
73 type = GL_UNSIGNED_SHORT_4_4_4_4;
78 type = GL_UNSIGNED_BYTE;
97 0, format, type, nullptr);
180 type, bitmap->getPixels());
/frameworks/av/drm/mediadrm/plugins/clearkey/
H A DInitDataParser.cpp45 const String8& type,
49 if (type == kIsoBmffVideoMimeType ||
50 type == kIsoBmffAudioMimeType ||
51 type == kCencInitDataFormat) {
56 } else if (type == kWebmVideoMimeType ||
57 type == kWebmAudioMimeType ||
58 type == kWebmInitDataFormat) {
132 const String8 kRequestSuffix("],\"type\":\"temporary\"}");
44 parse(const Vector<uint8_t>& initData, const String8& type, Vector<uint8_t>* licenseRequest) argument
/frameworks/base/core/java/android/view/
H A DWindowInfo.java40 public int type; field in class:WindowInfo
64 window.type = other.type;
96 parcel.writeInt(type);
118 builder.append(", type=").append(type);
131 type = parcel.readInt();
150 type = 0;
/frameworks/base/tools/aapt/
H A DSourcePos.cpp68 const char* type = ""; local
71 type = "note: ";
74 type = "warning: ";
77 type = "error: ";
83 fprintf(to, "%s:%d: %s%s\n", this->file.string(), this->line, type, this->error.string());
85 fprintf(to, "%s: %s%s\n", this->file.string(), type, this->error.string());
88 fprintf(to, "%s%s\n", type, this->error.string());
/frameworks/native/libs/input/tests/
H A DInputChannel_test.cpp78 serverMsg.header.type = InputMessage::TYPE_KEY;
86 EXPECT_EQ(serverMsg.header.type, clientMsg.header.type)
94 clientReply.header.type = InputMessage::TYPE_FINISHED;
103 EXPECT_EQ(clientReply.header.type, serverReply.header.type)
153 msg.header.type = InputMessage::TYPE_KEY;
/frameworks/base/core/java/com/android/internal/app/
H A DIBatteryStats.aidl72 int type, boolean unimportantForLogging);
73 void noteStopWakelock(int uid, int pid, String name, String historyName, int type);
76 int type, boolean unimportantForLogging);
78 int type, in WorkSource newWs, int newPid, String newName,
81 int type);
94 void noteConnectivityChanged(int type, String extra);
124 void noteNetworkInterfaceType(String iface, int type);
/frameworks/rs/api/
H A DGenerateHeaderFiles.cpp128 const Type* type = spec.getType(); local
129 const string& typeName = type->getName();
131 writeVersionGuardStart(file, info, type->getFinalVersion());
134 makeAttributeTag(spec.getAttribute(), "", type->getDeprecatedApiLevel(),
135 type->getDeprecatedMessage());
195 static void writeTypeComment(GeneratedFile* file, const Type& type) { argument
196 const string name = type.getName();
197 writeComment(file, name, type.getSummary(), type.getDescription(), type
357 Type* type = spec->getType(); local
[all...]

Completed in 931 milliseconds

1234567891011>>