Searched refs:mIsSelected (Results 1 – 1 of 1) sorted by relevance
54 private boolean[] mIsSelected = new boolean[NUM_DIRECTIONS]; field in UsbAlsaDevice208 if (mIsSelected[direction]) { in startDevice()211 mIsSelected[direction] = true; in startDevice()225 if (!mIsSelected[INPUT]) { in stopInput()228 if (!mIsSelected[OUTPUT]) { in stopInput()233 mIsSelected[INPUT] = false; in stopInput()238 if (!mIsSelected[OUTPUT]) { in stopOutput()241 if (!mIsSelected[INPUT]) { in stopOutput()246 mIsSelected[OUTPUT] = false; in stopOutput()280 if (!mIsSelected[direction]) { in updateWiredDeviceConnectionState()