Searched refs:START_PIPELINE_MSG (Results 1 – 1 of 1) sorted by relevance
169 if (!mMainHandler.hasMessages(START_PIPELINE_MSG, entry)) { in requestPipelineRun()170 Message msg = Message.obtain(mMainHandler, START_PIPELINE_MSG, entry); in requestPipelineRun()225 mMainHandler.removeMessages(START_PIPELINE_MSG, entry);250 private static final int START_PIPELINE_MSG = 1; field in NotifBindPipeline261 case START_PIPELINE_MSG: in handleMessage()