Home
last modified time | relevance | path

Searched refs:PERIODIC (Results 1 – 7 of 7) sorted by relevance

/aosp12/packages/services/Car/cpp/evs/manager/1.1/stats/
H A DStatsCollector.cpp65 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()
H A DStatsCollector.h44 PERIODIC, enumerator
/aosp12/packages/services/Car/cpp/evs/manager/1.1/emul/
H A DVideoCapture.cpp259 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()
H A DVideoCapture.h41 PERIODIC, enumerator
/aosp12/hardware/interfaces/radio/1.1/
H A Dtypes.hal127 PERIODIC = 1, // Performs the scan periodically until cancelled
167 // valid when type = PERIODIC
/aosp12/hardware/interfaces/radio/1.2/
H A Dtypes.hal165 * This field is only valid when 'type' is 'PERIODIC'.
/aosp12/hardware/interfaces/radio/1.5/
H A Dtypes.hal305 * Implementations may ignore this field unless the 'type' is 'PERIODIC'.