Home
last modified time | relevance | path

Searched refs:opcode (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/datamodel/action/
DBackgroundWorkerService.java90 private static void startServiceWithIntent(final int opcode, final Intent intent) { in startServiceWithIntent() argument
94 intent.putExtra(EXTRA_OP_CODE, opcode); in startServiceWithIntent()
95 sWakeLock.acquire(context, intent, opcode); in startServiceWithIntent()
97 LogUtil.v(TAG, "acquiring wakelock for opcode " + opcode); in startServiceWithIntent()
103 + opcode); in startServiceWithIntent()
104 sWakeLock.release(intent, opcode); in startServiceWithIntent()
115 final int opcode = intent.getIntExtra(EXTRA_OP_CODE, 0); in onHandleIntent() local
116 sWakeLock.ensure(intent, opcode); in onHandleIntent()
119 switch(opcode) { in onHandleIntent()
131 sWakeLock.release(intent, opcode); in onHandleIntent()
DActionServiceImpl.java135 private static Intent makeIntent(final int opcode) { in makeIntent() argument
138 intent.putExtra(EXTRA_OP_CODE, opcode); in makeIntent()
151 public static Intent makeIntent(final int opcode) { in makeIntent() argument
155 intent.putExtra(EXTRA_OP_CODE, opcode); in makeIntent()
227 final int opcode = intent.getIntExtra(EXTRA_OP_CODE, 0); in startServiceWithIntent() local
230 LogUtil.v(TAG, "acquiring wakelock for opcode " + opcode); in startServiceWithIntent()
232 sWakeLock.acquire(context, intent, opcode); in startServiceWithIntent()
243 sWakeLock.release(intent, opcode); in startServiceWithIntent()
257 final int opcode = intent.getIntExtra(EXTRA_OP_CODE, 0); in onHandleIntent() local
258 sWakeLock.ensure(intent, opcode); in onHandleIntent()
[all …]
/packages/apps/Messaging/src/com/android/messaging/util/
DWakeLockHelper.java51 public void acquire(final Context context, final Intent intent, final int opcode) { in acquire() argument
63 LogUtil.v(TAG, "acquiring " + mWakeLockId + " for opcode " + opcode); in acquire()
80 public boolean ensure(final Intent intent, final int opcode) { in ensure() argument
84 + intent.getAction() + " opcode: " + opcode in ensure()
92 + " opcode: " + opcode + " sWakeLock: " + mWakeLock + " isHeld: " in ensure()
106 public void release(final Intent intent, final int opcode) { in release() argument
113 + intent.getAction() + " opcode: " + opcode + " sWakeLock: " + mWakeLock in release()
/packages/apps/Stk/src/com/android/stk/
DStkAppService.java475 int opcode = msg.arg1; in handleMessage() local
478 CatLog.d(LOG_TAG, "handleMessage opcode[" + opcode + "], sim id[" + slotId + "]"); in handleMessage()
479 if (opcode == OP_CMD && msg.obj != null && in handleMessage()
483 mStkContext[slotId].mOpCode = opcode; in handleMessage()
484 switch (opcode) { in handleMessage()
/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_btservice_AdapterService.cpp448 static void dut_mode_recv_callback (uint16_t opcode, uint8_t *buf, uint8_t len) { in dut_mode_recv_callback() argument
/packages/services/Car/bluetooth/bt-map-service/
Dbt_hci_startup_issues.txt40575 …704 W bt_hci : filter_incoming_event command complete event with no matching command. opcode: 0x0.