Searched refs:cmdType (Results 1 – 6 of 6) sorted by relevance
/packages/apps/TV/src/com/android/tv/interactive/ |
D | IAppManager.java | 237 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/ |
D | DefaultEngine.h | 57 Type cmdType; member 58 explicit EngineCommand(std::string s, Type t) : source(s), cmdType(t) { in EngineCommand()
|
D | DefaultEngine.cpp | 641 switch (ec.cmdType) { in processCommands()
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/ |
D | OverviewCommandHelper.java | 464 void logShowOverviewFrom(int cmdType) { in logShowOverviewFrom() argument 470 switch (cmdType) { in logShowOverviewFrom()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/ |
D | RemoteDevices.java | 1443 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/ |
D | StkAppService.java | 1513 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()
|