Home | History | Annotate | Download | only in gui

Lines Matching full:disconnect

275         // If we disconnect and reconnect quickly, we can be in a state where
1115 // Set up a death notification so that we can disconnect
1146 status_t BufferQueueProducer::disconnect(int api) {
1148 BQ_LOGV("disconnect: api %d", api);
1157 // It's not really an error to disconnect after the surface has
1164 // If we're asked to disconnect the currently connected api but
1196 BQ_LOGE("disconnect: still connected to another API "
1202 BQ_LOGE("disconnect: unknown API %d", api);
1436 // this callback upon disconnect. It's therefore safe to read mConnectedApi
1439 disconnect(api);