Searched refs:opcode (Results 26 - 50 of 59) sorted by relevance

123

/frameworks/base/services/core/java/com/android/server/hdmi/
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 DDeviceSelectAction.java114 int opcode = cmd.getOpcode();
119 if (opcode == Constants.MESSAGE_REPORT_POWER_STATUS) {
H A DHdmiCecStandbyModeHandler.java147 private void addHandler(int opcode, CecMessageHandler handler) { argument
148 mCecMessageHandlers.put(opcode, handler);
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 DDeviceDiscoveryAction.java209 private boolean mayProcessMessageIfCached(int address, int opcode) { argument
210 HdmiCecMessage message = getCecMessageCache().getMessage(address, opcode);
H A DHdmiCecController.java229 private static byte[] buildBody(int opcode, byte[] params) { argument
231 body[0] = (byte) opcode;
/frameworks/layoutlib/create/src/com/android/tools/layoutlib/create/
H A DAbstractClassAdapter.java248 public void visitTypeInsn(int opcode, String type) { argument
255 super.visitTypeInsn(opcode, type);
259 public void visitFieldInsn(int opcode, String owner, String name, String desc) { argument
263 super.visitFieldInsn(opcode, owner, name, desc);
267 public void visitMethodInsn(int opcode, String owner, String name, String desc, argument
277 super.visitMethodInsn(opcode, owner, name, desc, itf);
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
768 public void visitTypeInsn(int opcode, String type) { argument
775 public void visitVarInsn(int opcode, int var) { argument
H A DDependencyFinder.java528 public void visitFieldInsn(int opcode, String owner, String name, String desc) { argument
546 public void visitInsn(int opcode) { argument
551 public void visitIntInsn(int opcode, int operand) { argument
556 public void visitJumpInsn(int opcode, Label label) { argument
600 public void visitMethodInsn(int opcode, String owner, String name, String desc, argument
642 public void visitTypeInsn(int opcode, String type) { argument
649 public void visitVarInsn(int opcode, int var) { argument
/frameworks/rs/rsov/compiler/spirit/
H A Dinstructions.h76 bool DeserializeFirstWord(InputWordStream &IS, OpCode opcode) { argument
83 if (codeAndCount.mOpCode != opcode) {
/frameworks/base/media/native/midi/
H A Dmidi.h48 uint32_t opcode; member in struct:__anon1256
H A Dmidi.cpp184 message->opcode = readBuffer[0];
186 if (message->opcode == AMIDI_OPCODE_DATA && readCount >= AMIDI_PACKET_OVERHEAD) {
/frameworks/layoutlib/create/tests/com/android/tools/layoutlib/create/
H A DAsmGeneratorTest.java400 public void visitFieldInsn(int opcode, String owner, String name, String desc) {
403 super.visitFieldInsn(opcode, owner, name, desc);
415 public void visitTypeInsn(int opcode, String type) {
417 super.visitTypeInsn(opcode, type);
421 public void visitMethodInsn(int opcode, String owner, String name, String desc,
425 super.visitMethodInsn(opcode, owner, name, desc, itf);
/frameworks/av/media/libaaudio/src/legacy/
H A DAudioStreamLegacy.cpp79 void AudioStreamLegacy::processCallbackCommon(aaudio_callback_operation_t opcode, void *info) { argument
82 switch (opcode) {
H A DAudioStreamLegacy.h73 void processCallbackCommon(aaudio_callback_operation_t opcode, void *info);
/frameworks/native/libs/vr/libpdx_default_transport/
H A Dpdx_benchmarks.cpp174 int opcode = BenchmarkOps::Read; member in struct:Options
212 // ProgramOptions.opcode.
215 ProgramOptions.opcode = BenchmarkOps::Read;
217 ProgramOptions.opcode = BenchmarkOps::Write;
219 ProgramOptions.opcode = BenchmarkOps::Echo;
221 ProgramOptions.opcode = BenchmarkOps::WriteVector;
223 ProgramOptions.opcode = BenchmarkOps::EchoVector;
225 ProgramOptions.opcode = BenchmarkOps::Quit;
227 ProgramOptions.opcode = BenchmarkOps::Nop;
229 ProgramOptions.opcode
[all...]
/frameworks/base/services/net/java/android/net/apf/
H A DApfGenerator.java69 // Extended opcodes. Primary opcode is Opcodes.EXT. ExtendedOpcodes are encoded in the immediate
112 Instruction(Opcodes opcode, Register register) { argument
113 mOpcode = (byte)opcode.value;
117 Instruction(Opcodes opcode) { argument
118 this(opcode, Register.R0);
/frameworks/base/media/tests/NativeMidiDemo/jni/
H A Dnativemidi-jni.cpp97 if (msg->opcode == AMIDI_OPCODE_DATA) {
106 } else if (msg->opcode == AMIDI_OPCODE_FLUSH) {
/frameworks/native/libs/vr/libpdx_uds/
H A Dipc_helper.cpp401 int opcode, uint32_t send_len, uint32_t max_recv_len,
403 request->op = opcode;
400 InitRequest(android::pdx::uds::RequestHeader<BorrowedHandle>* request, int opcode, uint32_t send_len, uint32_t max_recv_len, bool is_impulse) argument
/frameworks/native/opengl/libagl/
H A Dstate.cpp549 void glLogicOp(GLenum opcode) { argument
551 c->rasterizer.procs.logicOp(c, opcode);
/frameworks/native/libs/vr/libpdx_uds/private/uds/
H A Dipc_helper.h211 int opcode, uint32_t send_len, uint32_t max_recv_len,
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES10.spec60 void glLogicOp ( GLenum opcode )
/frameworks/base/opengl/java/android/opengl/
H A DGLES10.java821 // C function void glLogicOp ( GLenum opcode )
824 int opcode
H A DGLErrorWrapper.java504 public void glLogicOp(int opcode) { argument
506 mgl.glLogicOp(opcode);
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL10.java648 int opcode

Completed in 2022 milliseconds

123