HomeSort by relevance Sort by last modified time
    Searched refs:mDeviceList (Results 1 - 6 of 6) sorted by null

  /frameworks/base/media/tests/CameraBrowser/src/com/android/camerabrowser/
CameraBrowser.java 45 private List<MtpDevice> mDeviceList;
61 return mDeviceList.size();
65 return mDeviceList.get(position);
83 MtpDevice device = mDeviceList.get(position);
101 mDeviceList = mClient.getDeviceList();
119 intent.putExtra("device", mDeviceList.get(position).getDeviceName());
129 mDeviceList = mClient.getDeviceList();
135 mDeviceList = mClient.getDeviceList();
  /hardware/qcom/audio/legacy/alsa_sound/
AudioHardwareALSA.cpp 93 mALSADevice->init(mALSADevice, mDeviceList);
216 for(ALSAHandleList::iterator it = mDeviceList.begin();
217 it != mDeviceList.end(); ++it) {
219 mDeviceList.erase(it);
640 ALSAHandleList::iterator it = mDeviceList.end();
651 ALSAHandleList::iterator it = mDeviceList.end();
655 for(it = mDeviceList.begin(); it != mDeviceList.end(); ++it) {
681 ALSAHandleList::iterator it = mDeviceList.end();
749 for(it = mDeviceList.begin()
    [all...]
ALSAStreamOps.cpp 72 for(ALSAHandleList::iterator it = mParent->mDeviceList.begin();
73 it != mParent->mDeviceList.end(); ++it) {
76 mParent->mDeviceList.erase(it);
AudioHardwareALSA.h 557 ALSAHandleList mDeviceList;
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/
DeviceView.java 104 private DevicePanel mDeviceList;
151 doSelectionChanged(mDeviceList.getSelectedClient());
221 doSelectionChanged(mDeviceList.getSelectedClient());
316 mDeviceList = new DevicePanel(USE_SELECTED_DEBUG_PORT);
317 mDeviceList.createPanel(parent);
318 mDeviceList.addSelectionListener(this);
321 mDeviceList.addSelectionListener(plugin);
329 dlg.open(mDeviceList.getSelectedDevice());
338 takeUiAutomatorSnapshot(mDeviceList.getSelectedDevice(),
349 launchSystrace(mDeviceList.getSelectedDevice()
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
ConfigurationChooser.java 134 private List<Device> mDeviceList = Collections.emptyList();
385 return mDeviceList;
    [all...]

Completed in 130 milliseconds