HomeSort by relevance Sort by last modified time
    Searched refs:mDeviceList (Results 1 - 7 of 7) 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();
  /tools/tradefederation/core/prod-tests/src/com/android/monkey/
MonkeyPairedBase.java 47 private List<ITestDevice> mDeviceList = new ArrayList<>();
104 mCompanion = cwUtils.setUpMultiDevice(deviceInfos, mDeviceList);
  /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 107 private DevicePanel mDeviceList;
154 doSelectionChanged(mDeviceList.getSelectedClient());
224 doSelectionChanged(mDeviceList.getSelectedClient());
319 mDeviceList = new DevicePanel(USE_SELECTED_DEBUG_PORT);
320 mDeviceList.createPanel(parent);
321 mDeviceList.addSelectionListener(this);
324 mDeviceList.addSelectionListener(plugin);
332 dlg.open(mDeviceList.getSelectedDevice());
341 takeUiAutomatorSnapshot(mDeviceList.getSelectedDevice(),
352 launchSystrace(mDeviceList.getSelectedDevice()
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/Library/OpalPasswordSupportLib/
OpalPasswordSupportLib.c 19 LIST_ENTRY mDeviceList = INITIALIZE_LIST_HEAD_VARIABLE (mDeviceList);
559 return &mDeviceList;
612 for (Entry = mDeviceList.ForwardLink; Entry != &mDeviceList; Entry = Entry->ForwardLink) {
629 InsertHeadList (&mDeviceList, &Dev->Link);
773 while (!IsListEmpty (&mDeviceList)) {
774 Device = BASE_CR (mDeviceList.ForwardLink, OPAL_DISK_AND_PASSWORD_INFO, Link);

Completed in 142 milliseconds