OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:handlerType
(Results
1 - 3
of
3
) sorted by null
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
HandlerBox.java
66
private String
handlerType
;
78
return
handlerType
;
90
public void setHandlerType(String
handlerType
) {
91
this.
handlerType
=
handlerType
;
99
return readableTypes.get(
handlerType
) != null ? readableTypes.get(
handlerType
) : "Unknown Handler Type";
115
handlerType
= IsoTypeReader.read4cc(content);
136
byteBuffer.put(IsoFile.fourCCtoBytes(
handlerType
));
149
return "HandlerBox[
handlerType
=" + getHandlerType() + ";name=" + getName() + "]"
[
all
...]
/external/dexmaker/src/main/java/com/google/dexmaker/stock/
ProxyBuilder.java
352
TypeId<InvocationHandler>
handlerType
= TypeId.get(InvocationHandler.class);
355
generatedType.getField(
handlerType
, FIELD_NAME_HANDLER);
360
MethodId<InvocationHandler, Object> methodInvoke =
handlerType
.getMethod(TypeId.OBJECT,
419
Local<InvocationHandler> localHandler = code.newLocal(
handlerType
);
436
Local<InvocationHandler> nullHandler = code.newLocal(
handlerType
);
549
TypeId<InvocationHandler>
handlerType
= TypeId.get(InvocationHandler.class);
552
handlerType
, FIELD_NAME_HANDLER);
[
all
...]
/frameworks/av/media/libstagefright/mp4/
FragmentedMP4Parser.cpp
[
all
...]
Completed in 152 milliseconds