Searched defs:opcode (Results 1 - 22 of 22) sorted by relevance

/frameworks/base/services/core/java/com/android/server/hdmi/
H A DHdmiCecMessageCache.java23 * Cache for incoming message. It caches {@link HdmiCecMessage} with source address and opcode
46 * {@code opcode}.
49 * @param opcode opcode of message
51 * opcode}
53 public HdmiCecMessage getMessage(int address, int opcode) { argument
59 return messages.get(opcode);
79 * Cache incoming {@link HdmiCecMessage}. If opcode of message is not listed on
85 int opcode = message.getOpcode();
86 if (!isCacheable(opcode)) {
99 isCacheable(int opcode) argument
[all...]
H A DDelayedMessageBuffer.java79 boolean isBuffered(int opcode) { argument
81 if (message.getOpcode() == opcode) {
H A DHdmiCecMessage.java26 * source and destination address, command (or opcode), and optional parameters.
40 public HdmiCecMessage(int source, int destination, int opcode, byte[] params) { argument
43 mOpcode = opcode & 0xFF;
68 * Return the opcode field of the message. It is the type of the message that
71 * @return opcode
79 * from opcode to opcode, and is used together with opcode to describe
102 private static String opcodeToString(int opcode) { argument
103 switch (opcode) {
[all...]
H A DHdmiCecStandbyModeHandler.java147 private void addHandler(int opcode, CecMessageHandler handler) { argument
148 mCecMessageHandlers.put(opcode, handler);
H A DNewDeviceAction.java99 int opcode = cmd.getOpcode();
108 if (opcode == Constants.MESSAGE_SET_OSD_NAME) {
116 } else if (opcode == Constants.MESSAGE_FEATURE_ABORT) {
124 if (opcode == Constants.MESSAGE_DEVICE_VENDOR_ID) {
129 } else if (opcode == Constants.MESSAGE_FEATURE_ABORT) {
141 private boolean mayProcessCommandIfCached(int destAddress, int opcode) { argument
142 HdmiCecMessage message = getCecMessageCache().getMessage(destAddress, opcode);
H A DDeviceDiscoveryAction.java209 private boolean mayProcessMessageIfCached(int address, int opcode) { argument
210 HdmiCecMessage message = getCecMessageCache().getMessage(address, opcode);
H A DHdmiCecMessageValidator.java189 private void addValidationInfo(int opcode, ParameterValidator validator, int addrType) { argument
190 mValidationInfo.append(opcode, new ValidationInfo(validator, addrType));
194 int opcode = message.getOpcode();
195 ValidationInfo info = mValidationInfo.get(opcode);
H A DHdmiCecMessageBuilder.java35 * @param body body of message. It includes opcode.
39 byte opcode = body[0];
41 return new HdmiCecMessage(src, dest, opcode, params);
46 * 1 byte original opcode and 1 byte reason fields with basic fields.
50 * @param originalOpcode original opcode causing feature abort
575 * @param opcode opcode for a message
578 private static HdmiCecMessage buildCommand(int src, int dest, int opcode) { argument
579 return new HdmiCecMessage(src, dest, opcode, HdmiCecMessage.EMPTY_PARAM);
587 * @param opcode opcod
591 buildCommand(int src, int dest, int opcode, byte[] params) argument
[all...]
H A DHdmiCecController.java219 private static byte[] buildBody(int opcode, byte[] params) { argument
221 body[0] = (byte) opcode;
H A DHdmiControlService.java340 private boolean replaceMessageIfBuffered(HdmiCecMessage message, int opcode) { argument
343 if (bufferedMessage.getOpcode() == opcode) {
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
H A DReplaceMethodCallsAdapter.java92 mi.opcode = Opcodes.INVOKESTATIC;
154 mi.opcode = Opcodes.INVOKESTATIC;
188 public void visitMethodInsn(int opcode, String owner, String name, String desc) { argument
191 MethodInformation mi = new MethodInformation(opcode, owner, name, desc);
193 opcode = mi.opcode;
200 super.visitMethodInsn(opcode, owner, name, desc);
205 public int opcode; field in class:ReplaceMethodCallsAdapter.MethodInformation
210 public MethodInformation(int opcode, String owner, String name, String desc) { argument
211 this.opcode
[all...]
H A DAbstractClassAdapter.java260 public void visitTypeInsn(int opcode, String type) { argument
267 super.visitTypeInsn(opcode, type);
271 public void visitFieldInsn(int opcode, String owner, String name, String desc) { argument
275 super.visitFieldInsn(opcode, owner, name, desc);
279 public void visitMethodInsn(int opcode, String owner, String name, String desc) { argument
288 super.visitMethodInsn(opcode, owner, name, desc);
H A DDelegateMethodAdapter.java349 public void visitInsn(int opcode) { argument
351 mOrgWriter.visitInsn(opcode);
370 public void visitMethodInsn(int opcode, String owner, String name, String desc) { argument
372 mOrgWriter.visitMethodInsn(opcode, owner, name, desc);
377 public void visitFieldInsn(int opcode, String owner, String name, String desc) { argument
379 mOrgWriter.visitFieldInsn(opcode, owner, name, desc);
398 public void visitIntInsn(int opcode, int operand) { argument
400 mOrgWriter.visitIntInsn(opcode, operand);
405 public void visitJumpInsn(int opcode, Label label) { argument
407 mOrgWriter.visitJumpInsn(opcode, labe
448 visitTypeInsn(int opcode, String type) argument
455 visitVarInsn(int opcode, int var) argument
[all...]
H A DStubMethodAdapter.java250 public void visitInsn(int opcode) { argument
252 switch (opcode) {
265 mParentVisitor.visitInsn(opcode);
285 public void visitMethodInsn(int opcode, String owner, String name, String desc) { argument
287 mParentVisitor.visitMethodInsn(opcode, owner, name, desc);
292 public void visitFieldInsn(int opcode, String owner, String name, String desc) { argument
294 mParentVisitor.visitFieldInsn(opcode, owner, name, desc);
313 public void visitIntInsn(int opcode, int operand) { argument
315 mParentVisitor.visitIntInsn(opcode, operand);
320 public void visitJumpInsn(int opcode, Labe argument
363 visitTypeInsn(int opcode, String type) argument
370 visitVarInsn(int opcode, int var) argument
[all...]
H A DAsmAnalyzer.java650 public void visitFieldInsn(int opcode, String owner, String name, String desc) { argument
668 public void visitInsn(int opcode) { argument
673 public void visitIntInsn(int opcode, int operand) { argument
678 public void visitJumpInsn(int opcode, Label label) { argument
722 public void visitMethodInsn(int opcode, String owner, String name, String desc) { argument
767 public void visitTypeInsn(int opcode, String type) { argument
774 public void visitVarInsn(int opcode, int var) { argument
H A DDependencyFinder.java527 public void visitFieldInsn(int opcode, String owner, String name, String desc) { argument
545 public void visitInsn(int opcode) { argument
550 public void visitIntInsn(int opcode, int operand) { argument
555 public void visitJumpInsn(int opcode, Label label) { argument
599 public void visitMethodInsn(int opcode, String owner, String name, String desc) { argument
640 public void visitTypeInsn(int opcode, String type) { argument
647 public void visitVarInsn(int opcode, int var) { argument
/frameworks/native/opengl/libagl/
H A Dstate.cpp549 void glLogicOp(GLenum opcode) { argument
551 c->rasterizer.procs.logicOp(c, opcode);
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES10.cpp1913 /* void glLogicOp ( GLenum opcode ) */
1916 (JNIEnv *_env, jobject _this, jint opcode) {
1918 (GLenum)opcode
1915 android_glLogicOp__I(JNIEnv *_env, jobject _this, jint opcode) argument
H A Dcom_google_android_gles_jni_GLImpl.cpp2725 /* void glLogicOp ( GLenum opcode ) */
2728 (JNIEnv *_env, jobject _this, jint opcode) {
2730 (GLenum)opcode
2727 android_glLogicOp__I(JNIEnv *_env, jobject _this, jint opcode) argument
/frameworks/base/opengl/java/android/opengl/
H A DGLErrorWrapper.java504 public void glLogicOp(int opcode) { argument
506 mgl.glLogicOp(opcode);
H A DGLLogWrapper.java1974 public void glLogicOp(int opcode) { argument
1976 arg("opcode", opcode);
1979 mgl.glLogicOp(opcode);
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_api.cpp25677 void GLTrace_glLogicOp(GLenum opcode) { argument
25683 // copy argument opcode
25687 arg_opcode->add_intvalue((int)opcode);
25692 glContext->hooks->gl.glLogicOp(opcode);
[all...]

Completed in 864 milliseconds