Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/interactive/
DIAppManager.java237 public void onPlaybackCommandRequest(String iAppServiceId, String cmdType, in onPlaybackCommandRequest() argument
239 if (mTvView == null || cmdType == null) { in onPlaybackCommandRequest()
242 switch (cmdType) { in onPlaybackCommandRequest()
308 + cmdType); in onPlaybackCommandRequest()
/packages/services/Car/cpp/computepipe/runner/engine/
DDefaultEngine.h57 Type cmdType; member
58 explicit EngineCommand(std::string s, Type t) : source(s), cmdType(t) { in EngineCommand()
DDefaultEngine.cpp641 switch (ec.cmdType) { in processCommands()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DOverviewCommandHelper.java464 void logShowOverviewFrom(int cmdType) { in logShowOverviewFrom() argument
470 switch (cmdType) { in logShowOverviewFrom()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DRemoteDevices.java1443 BluetoothDevice device, String cmd, int companyId, int cmdType, Object[] args) { in handleVendorSpecificHeadsetEvent() argument
1445 () -> onVendorSpecificHeadsetEvent(device, cmd, companyId, cmdType, args)); in handleVendorSpecificHeadsetEvent()
1450 BluetoothDevice device, String cmd, int companyId, int cmdType, Object[] args) { in onVendorSpecificHeadsetEvent() argument
1468 if (cmdType != BluetoothHeadset.AT_CMD_TYPE_SET) { in onVendorSpecificHeadsetEvent()
/packages/apps/Stk/src/com/android/stk/
DStkAppService.java1513 AppInterface.CommandType cmdType = mStkContext[slotId].mCurrentCmd.getCmdType(); in restoreInstanceFromStackBySlot() local
1515 CatLog.d(LOG_TAG, "restoreInstanceFromStackBySlot cmdType : " + cmdType); in restoreInstanceFromStackBySlot()
1516 switch(cmdType) { in restoreInstanceFromStackBySlot()