OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:deviceProp
(Results
1 - 3
of
3
) sorted by null
/frameworks/av/media/mtp/
MtpProperty.cpp
130
bool
deviceProp
= isDeviceProperty();
147
if (
deviceProp
) {
154
if (
deviceProp
) {
158
if (!
deviceProp
) {
179
bool
deviceProp
= isDeviceProperty();
197
if (
deviceProp
)
202
if (
deviceProp
)
205
if (!
deviceProp
)
340
bool
deviceProp
= isDeviceProperty();
341
if (
deviceProp
)
[
all
...]
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
AdapterService.java
[
all
...]
RemoteDevices.java
315
DeviceProperties
deviceProp
= getDeviceProperties(device);
316
if (
deviceProp
== null) {
324
new BluetoothClass(
deviceProp
.mBluetoothClass));
325
intent.putExtra(BluetoothDevice.EXTRA_RSSI,
deviceProp
.mRssi);
326
intent.putExtra(BluetoothDevice.EXTRA_NAME,
deviceProp
.mName);
Completed in 1335 milliseconds