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