Searched refs:WriteCommand (Results 1 – 3 of 3) sorted by relevance
/frameworks/av/media/libaudiohal/ |
D | StreamHalHidl.h | 39 using WriteCommand = ::android::hardware::audio::V2_0::IStreamOut::WriteCommand; variable 164 typedef MessageQueue<WriteCommand, hardware::kSynchronizedReadWrite> CommandMQ; 183 WriteCommand cmd, const char* cmdName,
|
D | StreamHalHidl.cpp | 285 WriteCommand::GET_LATENCY, "getLatency", nullptr, 0, in getLatency() 315 WriteCommand::WRITE, "write", static_cast<const uint8_t*>(buffer), bytes, in write() 326 WriteCommand cmd, const char* cmdName, in callWriterThread() 498 WriteCommand::GET_PRESENTATION_POSITION, "getPresentationPosition", nullptr, 0, in getPresentationPosition()
|
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/ |
D | RemotePrintDocument.java | 102 mNextCommand = new WriteCommand(mContext, mLooper, 244 if (mCurrentCommand instanceof WriteCommand in update() 250 AsyncCommand command = new WriteCommand(mContext, mLooper, mPrintDocumentAdapter, in update() 1003 private static final class WriteCommand extends AsyncCommand { class in RemotePrintDocument 1014 public WriteCommand(Context context, Looper looper, IPrintDocumentAdapter adapter, in WriteCommand() method in RemotePrintDocument.WriteCommand
|