OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
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
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
ConfigurationChooser.java
135
private List<Device>
mDeviceList
= Collections.emptyList();
386
return
mDeviceList
;
[
all
...]
Completed in 317 milliseconds