Searched refs:PERIODIC (Results 1 – 7 of 7) sorted by relevance
65 case CollectionEvent::PERIODIC: in handleMessage()83 mCurrentCollectionEvent = CollectionEvent::PERIODIC; in handleMessage()85 mLooper->sendMessage(this, CollectionEvent::PERIODIC); in handleMessage()207 mCurrentCollectionEvent = CollectionEvent::PERIODIC; in startCollection()218 mLooper->sendMessage(this, CollectionEvent::PERIODIC); in startCollection()284 if (mCurrentCollectionEvent != CollectionEvent::PERIODIC) { in startCustomCollection()288 << " != " << toString(CollectionEvent::PERIODIC) << " collection event"; in startCustomCollection()416 case CollectionEvent::PERIODIC: in toString()
44 PERIODIC, enumerator
259 mCurrentStreamEvent = StreamEvent::PERIODIC; in startStream()278 mLooper->sendMessage(this, StreamEvent::PERIODIC); in startStream()307 mLooper->removeMessages(this, StreamEvent::PERIODIC); in stopStream()423 case StreamEvent::PERIODIC: { in handleMessage()
41 PERIODIC, enumerator
127 PERIODIC = 1, // Performs the scan periodically until cancelled167 // valid when type = PERIODIC
165 * This field is only valid when 'type' is 'PERIODIC'.
305 * Implementations may ignore this field unless the 'type' is 'PERIODIC'.