Home | History | Annotate | Download | only in lib

Lines Matching full:pending

84      * List of connected emulator sockets, pending for a channel to be registered.
88 * with this class) we will keep emulator connection in this list, pending
95 * Channels that are kept in this list may be disconnected from (or pending
147 // Close all the pending sockets, and clear pending socket list.
148 if (DEBUG) Log.d(TAG, "SdkControllerConnection is closing pending sockets...");
183 // Lets see if there is a pending socket for this channel.
186 // Remove the socket from the pending list, and connect the registered channel with it.
187 if (DEBUG) Log.d(TAG, "Found pending Socket for registering Channel "
227 * Gets connected emulator socket that is pending for service-side channel
231 * @return Connected emulator socket that is pending for service-side channel
232 * registration, or null if no socket is pending for service-size
379 Loge("Duplicate connection to a pending Socket " + channel_name);
383 if (DEBUG) Log.d(TAG, "Emulator is connected to a pending Socket " + channel_name);