Home | History | Annotate | Download | only in libstagefright

Lines Matching defs:Client

45     sp<MediaSource> client = new Client(this, mNumberOfClients++);
48 return client;
54 LOGV("start client (%d)", clientId);
62 LOGV("Starting real source from client (%d)", clientId);
88 LOGV("stop client (%d)", clientId);
93 LOGV("Stopping real source from client (%d)", clientId);
104 // client would have wanted to read from this buffer. (i.e. it has not yet
117 LOGV("getFormat client (%d)", clientId);
127 LOGV("read client (%d)", clientId);
137 // If the current client is the special client with clientId = 0
138 // then read from source, else wait until the client 0 has finished
141 // Wait for all client's last read to complete first so as to not
204 // Client
206 MediaSourceSplitter::Client::Client(
213 status_t MediaSourceSplitter::Client::start(MetaData *params) {
217 status_t MediaSourceSplitter::Client::stop() {
221 sp<MetaData> MediaSourceSplitter::Client::getFormat() {
225 status_t MediaSourceSplitter::Client::read(
230 status_t MediaSourceSplitter::Client::pause() {