Home | History | Annotate | Download | only in audioflinger

Lines Matching defs:thread

61                         Track(  PlaybackThread *thread,
142 * Thread safe.
148 /** Copy the track metadata in the provided iterator. Thread safe. */
206 // FIXME parameters not needed, could get them from the thread
210 /** Set that a metadata has changed and needs to be notified to backend. Thread safe. */
244 // access these three variables only when holding thread lock.
291 bool mFlushHwPending; // track requests for thread flush
308 OutputTrack(PlaybackThread *thread,
324 const wp<ThreadBase>& thread() const { return mThread; }
327 /** Set the metadatas of the upstream tracks. Thread safe. */
329 /** returns client timestamp to the upstream duplicating thread. */
361 * There is one writer (duplicating thread) and one reader (downstream mixer).
363 * That means that the duplicating thread can block the downstream mixer
364 * thread and vice versa for the time of the copy.