Searched defs:type (Results 76 - 100 of 1121) sorted by relevance

1234567891011>>

/frameworks/base/services/backup/java/com/android/server/backup/internal/
H A DOperation.java25 public final int type; field in class:Operation
27 public Operation(int initialState, BackupRestoreTask callbackObj, int type) { argument
30 this.type = type;
/frameworks/base/services/core/java/com/android/server/media/
H A DMediaResourceMonitorService.java54 public void notifyResourceGranted(int pid, int type) argument
57 Slog.d(TAG, "notifyResourceGranted(pid=" + pid + ", type=" + type + ")");
73 intent.putExtra(Intent.EXTRA_MEDIA_RESOURCE_TYPE, type);
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DRemoteBugreportUtils.java60 @RemoteBugreportNotificationType int type) {
63 dialogIntent.putExtra(DevicePolicyManager.EXTRA_BUGREPORT_NOTIFICATION_TYPE, type);
64 PendingIntent pendingDialogIntent = PendingIntent.getActivityAsUser(context, type,
76 if (type == DevicePolicyManager.NOTIFICATION_BUGREPORT_ACCEPTED_NOT_FINISHED) {
80 } else if (type == DevicePolicyManager.NOTIFICATION_BUGREPORT_STARTED) {
84 } else if (type == DevicePolicyManager.NOTIFICATION_BUGREPORT_FINISHED_NOT_ACCEPTED) {
59 buildNotification(Context context, @RemoteBugreportNotificationType int type) argument
/frameworks/base/services/usb/java/com/android/server/usb/descriptors/
H A DUsbACAudioStreamEndpoint.java27 public UsbACAudioStreamEndpoint(int length, byte type, int subclass) { argument
28 super(length, type, subclass);
H A DUsbACInterfaceUnparsed.java25 public UsbACInterfaceUnparsed(int length, byte type, byte subtype, int subClass) { argument
26 super(length, type, subtype, subClass);
H A DUsbBinaryParser.java32 private void dumpDescriptor(ByteStream stream, int length, byte type, StringBuilder builder) { argument
36 Log.i(TAG, "l: " + length + " t: " + Integer.toHexString(type) + " "
37 + UsbStrings.getDescriptorName(type));
47 + " t:0x" + Integer.toHexString(type) + " "
48 + UsbStrings.getDescriptorName(type) + "</b><br>");
67 byte type = stream.getByte();
68 dumpDescriptor(stream, length, type, builder);
H A DUsbMSMidiHeader.java28 public UsbMSMidiHeader(int length, byte type, byte subtype, int subclass) { argument
29 super(length, type, subtype, subclass);
H A DUsbMSMidiInputJack.java28 UsbMSMidiInputJack(int length, byte type, byte subtype, int subclass) { argument
29 super(length, type, subtype, subclass);
H A DUsbMSMidiOutputJack.java28 public UsbMSMidiOutputJack(int length, byte type, byte subtype, int subclass) { argument
29 super(length, type, subtype, subclass);
/frameworks/base/tests/ActivityManagerPerfTests/utils/src/com/android/frameworks/perftests/am/util/
H A DUtils.java48 * Sends the current time in a message with the given type so TimeReceiver can receive it.
50 public static void sendTime(Intent intent, String type) { argument
55 sendTimeBinder.sendTime(type, time);
/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 DGraphOutputTarget.java21 public void setType(FrameType type) { argument
22 mType = type;
/frameworks/base/tools/aapt2/
H A DResource.cpp43 str_stream << type << "/" << entry;
47 StringPiece to_string(ResourceType type) { argument
48 switch (type) {
/frameworks/base/tools/aapt2/format/binary/
H A DChunkWriter.h36 inline T* StartChunk(uint16_t type) { argument
40 header_->type = util::HostToDevice16(type);
77 inline android::ResChunk_header* ChunkWriter::StartChunk(uint16_t type) { argument
80 header_->type = util::HostToDevice16(type);
/frameworks/base/tools/aapt2/link/
H A DPrivateAttributeMover.cpp60 ResourceTableType* type = package->FindType(ResourceType::kAttr); local
61 if (!type) {
65 if (type->visibility_level != Visibility::Level::kPublic) {
73 move_if(type->entries, std::back_inserter(private_attr_entries),
/frameworks/base/tools/locked_region_code_injection/src/lockedregioncodeinjection/
H A DLockTargetStateAnalysis.java27 * class type.
40 // We target the return type of any invocation.
66 public BasicValue newValue(Type type) { argument
67 BasicValue base = super.newValue(type);
70 if (type == null) {
74 if (type.getDescriptor().equals(target.getTargetDesc())) {
/frameworks/compile/mclinker/include/mcld/Script/
H A DInputToken.h31 Type type() const { return m_Type; } function in class:mcld::InputToken
/frameworks/compile/slang/
H A Dslang_rs_export_element.h44 DataType type; member in struct:slang::RSExportElement::__anon1278
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/reflection/
H A DInjectedField.java31 public InjectedField(String name, String type) { argument
33 mType = type;
/frameworks/data-binding/samples/BindingDemo/app/src/main/java/com/android/example/bindingdemo/
H A DDataBoundAdapter.java21 int type) {
20 onCreateViewHolder(ViewGroup viewGroup, int type) argument
/frameworks/layoutlib/bridge/src/android/text/
H A DPrimitive.java24 public final @NonNull PrimitiveType type; field in class:Primitive
36 private Primitive(@NonNull PrimitiveType type, int location, float width, float penalty) { argument
37 this.type = type;
/frameworks/layoutlib/create/src/com/android/tools/layoutlib/create/
H A DRenameClassAdapter.java60 * Renames an internal type name, e.g. "com.package.MyClass".
61 * If the type doesn't need to be renamed, returns the input string as-is.
63 * The internal type of some of the MethodVisitor turns out to be a type
67 protected String renameInternalType(String type) { argument
68 if (type == null) {
72 if (type.equals(mOldName)) {
76 if (!mOldBase.equals(mOldName) && type.equals(mOldBase)) {
80 int pos = type.indexOf('$');
81 if (pos == mOldBase.length() && type
[all...]
/frameworks/native/libs/binder/
H A DIMediaResourceMonitor.cpp31 virtual void notifyResourceGranted(/*in*/ int32_t pid, /*in*/ const int32_t type) argument
36 data.writeInt32(type);
51 const int32_t type = data.readInt32(); local
52 notifyResourceGranted(/*in*/ pid, /*in*/ type);
/frameworks/native/libs/nativewindow/tests/
H A DAHardwareBufferTest.cpp30 uint64_t actual, const char* type) {
32 ss << type << " 0x" << std::hex << actual
33 << " does not match expected " << type << " 0x" << std::hex
29 BuildHexFailureMessage(uint64_t expected, uint64_t actual, const char* type) argument
/frameworks/native/opengl/tools/glgen/stubs/gles11/
H A DglCreateShaderProgramv.cpp1 /* GLuint glCreateShaderProgramv ( GLenum type, GLsizei count, const GLchar *const *strings ) */
4 (JNIEnv *_env, jobject _this, jint type, jobjectArray strings) {
49 _returnValue = glCreateShaderProgramv((GLenum)type, _count, _strings);
3 android_glCreateShaderProgramv(JNIEnv *_env, jobject _this, jint type, jobjectArray strings) argument

Completed in 948 milliseconds

1234567891011>>