Home | History | Annotate | Download | only in android

Lines Matching full:producer

19  * one 'Producer' and one or more 'Clients'
21 * The Producer is in charge of updating the pixel buffer from the state
23 * sent from the producer through qframebuffer_update()/_rotate() and
35 * More about the client/producer relationships below.
137 /* Producer::CheckUpdate is called to let the producer check the
144 /* Producer::Invalidate tells the producer that the next call to
150 /* the Producer::Detach method is used to tell the producer that the
155 /* set the producer of a given framebuffer */
164 * pixel buffer this is typically called from a Producer::CheckUpdate method
170 * Should be called from a Producer::CheckUpdate method
190 * call its producer's CheckUpdate method, if any.
201 * its producer's Invalidate method, if any