Home | History | Annotate | Download | only in libmedia

Lines Matching defs:STOP

36     STOP,
94 virtual status_t stop() {
95 ALOGV("stop");
98 status_t status = remote()->transact(STOP, data, &reply);
296 case STOP: {
297 ALOGV("stop");
300 status_t status = stop();
386 maxNumBuffers = 0; // No more MediaBuffers, stop readMultiple.
419 maxNumBuffers = 0; // stop readMultiple with one shared buffer.
430 maxNumBuffers = 0; // stop readMultiple if inline transfer is too large.