OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mUuid
(Results
1 - 5
of
5
) sorted by null
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
BluetoothConnection.java
45
private String
mUuid
;
67
this.
mUuid
= uuid;
76
return
mUuid
;
/frameworks/av/services/audiopolicy/service/
AudioPolicyEffects.h
121
mUuid
(uuid),
135
mUuid
(orig.
mUuid
),
162
effect_uuid_t
mUuid
;
AudioPolicyEffects.cpp
121
sp<AudioEffect> fx = new AudioEffect(NULL, String16("android"), &effect->
mUuid
, -1, 0,
270
sp<AudioEffect> fx = new AudioEffect(NULL, String16("android"), &effect->
mUuid
, 0, 0, 0,
794
effect->mName, effect->
mUuid
.timeLow);
[
all
...]
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BluetoothChatService.java
70
private final UUID
mUuid
;
95
mUuid
= uuid;
109
mUuid
= null;
346
tmp = mAdapter.listenUsingRfcommWithServiceRecord(NAME_SECURE,
mUuid
);
348
tmp = mAdapter.listenUsingInsecureRfcommWithServiceRecord(NAME_INSECURE,
mUuid
);
464
tmp = device.createRfcommSocketToServiceRecord(
mUuid
);
466
tmp = device.createInsecureRfcommSocketToServiceRecord(
mUuid
);
MessageTestActivity.java
80
private final UUID
mUuid
;
88
mUuid
= uuid;
176
mChatService = new BluetoothChatService(this, new ChatHandler(),
mUuid
);
Completed in 243 milliseconds