Searched refs:mDeviceList (Results 1 – 6 of 6) sorted by relevance
45 private List<MtpDevice> mDeviceList; field in CameraBrowser61 return mDeviceList.size(); in getCount()65 return mDeviceList.get(position); in getItem()83 MtpDevice device = mDeviceList.get(position); in getView()101 mDeviceList = mClient.getDeviceList(); in onCreate()119 intent.putExtra("device", mDeviceList.get(position).getDeviceName()); in onListItemClick()129 mDeviceList = mClient.getDeviceList(); in deviceAdded()135 mDeviceList = mClient.getDeviceList(); in deviceRemoved()
44 private List<BluetoothDevice> mDeviceList; field in FakeHfpManager58 mDeviceList = new ArrayList<>(); in FakeHfpManager()61 mHfpDeviceListLiveData = new MutableLiveData<>(mDeviceList); in FakeHfpManager()72 mDeviceList.add(0, device.getBluetoothDevice()); in connectHfpDevice()73 mHfpDeviceListLiveData.postValue(mDeviceList); in connectHfpDevice()85 mDeviceList.remove(simulatedBluetoothDevice.getBluetoothDevice()); in disconnectHfpDevice()87 mHfpDeviceListLiveData.postValue(mDeviceList); in disconnectHfpDevice()
219 mDeviceList.erase(it); in ~AudioHardwareALSA()655 for(it = mDeviceList.begin(); it != mDeviceList.end(); ++it) { in doRouting()749 for(it = mDeviceList.begin(); in openOutputStream()797 it = mDeviceList.end(); in openOutputStream()951 mDeviceList.push_back(alsa_handle); in openOutputStream()1044 mDeviceList.push_back(alsa_handle); in openOutputSession()1117 for(it = mDeviceList.begin(); in openInputStream()1164 it = mDeviceList.end(); in openInputStream()1492 mDeviceList.erase(it); in handleFm()1515 mDeviceList.erase(it); in disableVoiceCall()[all …]
72 for(ALSAHandleList::iterator it = mParent->mDeviceList.begin(); in ~ALSAStreamOps()73 it != mParent->mDeviceList.end(); ++it) { in ~ALSAStreamOps()76 mParent->mDeviceList.erase(it); in ~ALSAStreamOps()
557 ALSAHandleList mDeviceList; variable
43 private ArrayList<UsbDevice> mDeviceList; field in BootUsbService70 mDeviceList = intent.getParcelableArrayListExtra(USB_DEVICE_LIST_KEY); in onStartCommand()76 for (UsbDevice device : mDeviceList) { in processDevices()