Home
last modified time | relevance | path

Searched defs:opcode (Results 1 – 25 of 35) sorted by relevance

12

/aosp14/frameworks/base/services/core/java/com/android/server/hdmi/
H A DHdmiCecMessage.java52 protected HdmiCecMessage(int source, int destination, int opcode, byte[] params, in HdmiCecMessage()
61 private HdmiCecMessage(int source, int destination, int opcode, byte[] params) { in HdmiCecMessage()
76 static HdmiCecMessage build(int source, int destination, int opcode, byte[] params) { in build()
87 static HdmiCecMessage build(int source, int destination, int opcode) { in build()
203 private static String opcodeToString(@FeatureOpcode int opcode) { in opcodeToString()
362 private static boolean filterMessageParameters(int opcode) { in filterMessageParameters()
377 private static boolean isUserControlPressedMessage(int opcode) { in isUserControlPressedMessage()
381 static boolean isCecTransportMessage(int opcode) { in isCecTransportMessage()
H A DHdmiCecMessageCache.java53 public HdmiCecMessage getMessage(int address, int opcode) { in getMessage()
85 int opcode = message.getOpcode(); in cacheMessage() local
99 private boolean isCacheable(int opcode) { in isCacheable()
H A DNewDeviceAction.java100 int opcode = cmd.getOpcode(); in processCommand() local
142 private boolean mayProcessCommandIfCached(int destAddress, int opcode) { in mayProcessCommandIfCached()
H A DRequestArcInitiationAction.java77 int opcode = cmd.getOpcode(); in processCommand() local
H A DRequestArcTerminationAction.java77 int opcode = cmd.getOpcode(); in processCommand() local
H A DHdmiCecAtomWriter.java162 int initiatorLogicalAddress, int destinationLogicalAddress, int opcode, in writeHdmiCecMessageReportedAtom()
207 int destinationLogicalAddress, int opcode, int sendMessageResult) { in MessageReportedGenericArgs()
H A DDelayedMessageBuffer.java77 boolean isBuffered(int opcode) { in isBuffered()
H A DRoutingControlAction.java77 int opcode = cmd.getOpcode(); in processCommand() local
H A DSetArcTransmissionStateAction.java130 int opcode = cmd.getOpcode(); in processCommand() local
H A DCecMessageBuffer.java115 private boolean replaceMessageIfBuffered(HdmiCecMessage message, int opcode) { in replaceMessageIfBuffered()
H A DDeviceSelectActionFromTv.java144 int opcode = cmd.getOpcode(); in processCommand() local
H A DDeviceSelectActionFromPlayback.java160 int opcode = cmd.getOpcode(); in processCommand() local
H A DHdmiCecStandbyModeHandler.java164 private void addHandler(int opcode, CecMessageHandler handler) { in addHandler()
H A DDeviceDiscoveryAction.java275 private boolean mayProcessMessageIfCached(int address, int opcode) { in mayProcessMessageIfCached()
H A DHdmiUtils.java548 int opcode = Integer.parseInt(parts[1], 16); in buildMessage() local
/aosp14/frameworks/base/startop/view_compiler/
H A Ddex_builder.h201 static inline Instruction OpNoArgs(Op opcode) { in OpNoArgs()
206 static inline Instruction OpWithArgs(Op opcode, std::optional<const Value> dest, in OpWithArgs()
290 Op opcode() const { return opcode_; } in opcode() function
305 inline Instruction(Op opcode, size_t index_argument, bool result_is_object, in Instruction()
382 inline uint8_t ToBits(::dex::Opcode opcode) { in ToBits()
387 inline void Encode10x(::dex::Opcode opcode) { in Encode10x()
393 inline void Encode11x(::dex::Opcode opcode, uint8_t a) { in Encode11x()
398 inline void Encode11n(::dex::Opcode opcode, uint8_t a, int8_t b) { in Encode11n()
409 inline void Encode21c(::dex::Opcode opcode, uint8_t a, uint16_t b) { in Encode21c()
415 inline void Encode22c(::dex::Opcode opcode, uint8_t a, uint8_t b, uint16_t c) { in Encode22c()
[all …]
H A Ddex_builder.cc42 constexpr ::dex::Opcode InvokeToInvokeRange(::dex::Opcode opcode) { in InvokeToInvokeRange()
69 std::ostream& operator<<(std::ostream& out, const Instruction::Op& opcode) { in operator <<()
418 void MethodBuilder::EncodeReturn(const Instruction& instruction, ::dex::Opcode opcode) { in EncodeReturn()
452 auto opcode = instruction.opcode() == Instruction::Op::kMove in EncodeMove() local
461 void MethodBuilder::EncodeInvoke(const Instruction& instruction, ::dex::Opcode opcode) { in EncodeInvoke()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/hdmi/
H A DHdmiCecMessageTest.java38 int opcode = 0x7f; in testEqualsHdmiCecMessage() local
H A DFakeNativeWrapper.java200 public void setMessageSendResult(int opcode, int result) { in setMessageSendResult()
/aosp14/system/core/libappfuse/tests/
H A DFuseBridgeLoopTest.cc64 void CheckNotImpl(uint32_t opcode) { in CheckNotImpl()
78 void CheckProxy(uint32_t opcode) { in CheckProxy()
/aosp14/frameworks/base/tools/lock_agent/
H A Dagent.cpp178 static void addInst(CodeIr* cIr, lir::Instruction* instructionAfter, Opcode opcode, in addInst()
191 void addCall(CodeIr* cIr, lir::Instruction* instructionAfter, Opcode opcode, ir::Type* type, in addCall()
206 void addCall(CodeIr* cIr, lir::Instruction* instructionAfter, Opcode opcode, ir::Type* type, in addCall()
/aosp14/system/core/libappfuse/
H A DFuseAppLoop.cc93 const uint32_t opcode = buffer->request.header.opcode; in HandleMessage() local
H A DFuseBuffer.cc190 uint32_t data_length, uint32_t opcode, uint64_t unique) { in Reset()
H A DFuseBridgeLoop.cc182 const uint32_t opcode = buffer_.request.header.opcode; in ReadFromDevice() local
/aosp14/system/core/trusty/storage/proxy/
H A Drpmb.c93 uint8_t opcode; member

12