Searched defs:opcode (Results 1 – 10 of 10) sorted by relevance
/packages/apps/Messaging/src/com/android/messaging/util/ |
D | WakeLockHelper.java | 51 public void acquire(final Context context, final Intent intent, final int opcode) { in acquire() 80 public boolean ensure(final Intent intent, final int opcode) { in ensure() 106 public void release(final Intent intent, final int opcode) { in release()
|
/packages/apps/Messaging/src/com/android/messaging/datamodel/action/ |
D | BackgroundWorkerService.java | 91 private static void startServiceWithIntent(final int opcode, final Intent intent) { in startServiceWithIntent() 111 final int opcode = intent.getIntExtra(EXTRA_OP_CODE, 0); in onHandleWork() local
|
D | ActionServiceImpl.java | 140 private static Intent makeIntent(final int opcode) { in makeIntent() 156 public static Intent makeIntent(final int opcode) { in makeIntent() 226 final int opcode = intent.getIntExtra(EXTRA_OP_CODE, 0); in startServiceWithIntent() local 245 final int opcode = intent.getIntExtra(EXTRA_OP_CODE, 0); in onHandleWork() local
|
/packages/modules/DnsResolver/ |
D | res_debug.cpp | 158 int opcode = ns_msg_getflag(*handle, ns_f_opcode); in do_section() local 244 uint32_t opcode, rcode, id; in res_pquery() local 446 const char* p_section(int section, int opcode) { in p_section()
|
/packages/modules/NetworkStack/tests/unit/src/android/net/apf/ |
D | Bpf2Apf.java | 62 String opcode = line.substring(6, 10).trim(); in convertLine() local
|
/packages/modules/NetworkStack/src/android/net/apf/ |
D | ApfGenerator.java | 114 Instruction(Opcodes opcode, Register register) { in Instruction() 119 Instruction(Opcodes opcode) { in Instruction()
|
/packages/modules/DnsResolver/tests/dns_responder/ |
D | dns_responder.h | 90 uint8_t opcode; member
|
/packages/apps/Stk/src/com/android/stk/ |
D | StkAppService.java | 552 int opcode = msg.what; in handleMessage() local 966 private void callSetActivityInstMsg(int opcode, int slotId, Object obj) { in callSetActivityInstMsg()
|
/packages/apps/Bluetooth/jni/ |
D | com_android_bluetooth_btservice_AdapterService.cpp | 588 static void dut_mode_recv_callback(uint16_t opcode, uint8_t* buf, uint8_t len) { in dut_mode_recv_callback()
|
/packages/modules/NeuralNetworks/runtime/test/ |
D | TestValidateOperations.cpp | 55 ANeuralNetworksOperandType getOpType(int32_t opcode, uint32_t dimCount = 0, in getOpType()
|