Home
last modified time | relevance | path

Searched refs:handlerType (Results 1 – 2 of 2) sorted by relevance

/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
DHandlerBox.java66 private String handlerType; field in HandlerBox
78 return handlerType; in getHandlerType()
90 public void setHandlerType(String handlerType) { in setHandlerType() argument
91 this.handlerType = handlerType; in setHandlerType()
99 …return readableTypes.get(handlerType) != null ? readableTypes.get(handlerType) : "Unknown Handler … in getHumanReadableTrackType()
115 handlerType = IsoTypeReader.read4cc(content); in _parseDetails()
136 byteBuffer.put(IsoFile.fourCCtoBytes(handlerType)); in getContent()
/external/dexmaker/dexmaker/src/main/java/com/android/dx/stock/
DProxyBuilder.java479 TypeId<InvocationHandler> handlerType = TypeId.get(InvocationHandler.class); in generateCodeForAllMethods() local
482 generatedType.getField(handlerType, FIELD_NAME_HANDLER); in generateCodeForAllMethods()
487 MethodId<InvocationHandler, Object> methodInvoke = handlerType.getMethod(TypeId.OBJECT, in generateCodeForAllMethods()
533 Local<InvocationHandler> localHandler = code.newLocal(handlerType); in generateCodeForAllMethods()
548 Local<InvocationHandler> nullHandler = code.newLocal(handlerType); in generateCodeForAllMethods()
688 TypeId<InvocationHandler> handlerType = TypeId.get(InvocationHandler.class); in generateConstructorsAndFields() local
691 handlerType, FIELD_NAME_HANDLER); in generateConstructorsAndFields()