OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bluetootha2dp
(Results
1 - 25
of
26
) sorted by null
1
2
/frameworks/base/core/java/android/server/
BluetoothA2dpService.java
25
import android.bluetooth.
BluetoothA2dp
;
90
handleSinkStateChange(device, state,
BluetoothA2dp
.STATE_DISCONNECTED);
172
return
BluetoothA2dp
.STATE_DISCONNECTED;
174
return
BluetoothA2dp
.STATE_CONNECTING;
176
return
BluetoothA2dp
.STATE_CONNECTED;
178
return
BluetoothA2dp
.STATE_PLAYING;
192
mAudioDevices.put(device,
BluetoothA2dp
.STATE_DISCONNECTED);
223
case
BluetoothA2dp
.STATE_CONNECTING:
224
case
BluetoothA2dp
.STATE_CONNECTED:
225
case
BluetoothA2dp
.STATE_PLAYING
[
all
...]
BluetoothBondState.java
22
import android.bluetooth.
BluetoothA2dp
;
79
private
BluetoothA2dp
mA2dpProxy;
329
mA2dpProxy = (
BluetoothA2dp
) proxy;
BluetoothEventLoop.java
19
import android.bluetooth.
BluetoothA2dp
;
57
private
BluetoothA2dp
mA2dp;
132
mA2dp = (
BluetoothA2dp
) proxy;
[
all
...]
/packages/apps/Settings/src/com/android/settings/bluetooth/
A2dpProfile.java
19
import android.bluetooth.
BluetoothA2dp
;
37
private
BluetoothA2dp
mService;
54
mService = (
BluetoothA2dp
) proxy;
DockEventReceiver.java
20
import android.bluetooth.
BluetoothA2dp
;
80
BluetoothA2dp
.ACTION_CONNECTION_STATE_CHANGED.equals(intent.getAction())) {
LocalBluetoothProfileManager.java
19
import android.bluetooth.
BluetoothA2dp
;
133
BluetoothA2dp
.ACTION_CONNECTION_STATE_CHANGED);
DockService.java
25
import android.bluetooth.
BluetoothA2dp
;
212
} else if (
BluetoothA2dp
.ACTION_CONNECTION_STATE_CHANGED.equals(intent.getAction())) {
[
all
...]
/frameworks/base/core/java/android/bluetooth/
BluetoothA2dp.java
37
*<p>
BluetoothA2dp
is a proxy object for controlling the Bluetooth A2DP
39
* the
BluetoothA2dp
proxy object.
44
public final class
BluetoothA2dp
implements BluetoothProfile {
45
private static final String TAG = "
BluetoothA2dp
";
110
* Create a
BluetoothA2dp
proxy object for interacting with the local
114
/*package*/
BluetoothA2dp
(Context mContext, ServiceListener l) {
BluetoothProfileState.java
71
} else if (action.equals(
BluetoothA2dp
.ACTION_CONNECTION_STATE_CHANGED)) {
99
filter.addAction(
BluetoothA2dp
.ACTION_CONNECTION_STATE_CHANGED);
BluetoothDeviceProfileState.java
133
if (action.equals(
BluetoothA2dp
.ACTION_CONNECTION_STATE_CHANGED)) {
141
if (oldState ==
BluetoothA2dp
.STATE_CONNECTED &&
142
newState ==
BluetoothA2dp
.STATE_DISCONNECTED) {
243
filter.addAction(
BluetoothA2dp
.ACTION_CONNECTION_STATE_CHANGED);
351
} else if (mA2dpState !=
BluetoothA2dp
.STATE_DISCONNECTED) {
380
BluetoothA2dp
.PRIORITY_AUTO_CONNECT &&
382
new int[] {
BluetoothA2dp
.STATE_CONNECTED,
[
all
...]
BluetoothProfile.java
167
* {@link
BluetoothA2dp
}
BluetoothAdapter.java
[
all
...]
/frameworks/base/docs/html/sdk/api_diff/11/changes/
pkg_android.bluetooth.html
84
<A NAME="
BluetoothA2dp
"></A>
85
<nobr><A HREF="../../../../reference/android/bluetooth/
BluetoothA2dp
.html" target="_top"><code>
BluetoothA2dp
</code></A></nobr>
classes_index_additions.html
105
<A HREF="pkg_android.bluetooth.html#
BluetoothA2dp
" class="hiddenlink" target="rightframe"><b>
BluetoothA2dp
</b></A><br>
classes_index_all.html
143
<A HREF="pkg_android.bluetooth.html#
BluetoothA2dp
" class="hiddenlink" target="rightframe"><b>
BluetoothA2dp
</b></A><br>
[
all
...]
alldiffs_index_additions.html
339
<!-- Class
BluetoothA2dp
-->
340
<A HREF="pkg_android.bluetooth.html#
BluetoothA2dp
" class="hiddenlink" target="rightframe"><b>
BluetoothA2dp
</b></A><br>
[
all
...]
alldiffs_index_all.html
482
<!-- Class
BluetoothA2dp
-->
483
<A HREF="pkg_android.bluetooth.html#
BluetoothA2dp
" class="hiddenlink" target="rightframe"><b>
BluetoothA2dp
</b></A><br>
[
all
...]
/development/apps/BluetoothDebug/src/com/android/bluetoothdebug/
DebugReceiver.java
19
import android.bluetooth.
BluetoothA2dp
;
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
BluetoothTestUtils.java
221
mConnectionAction =
BluetoothA2dp
.ACTION_CONNECTION_STATE_CHANGED;
316
mA2dp = (
BluetoothA2dp
) proxy;
359
private
BluetoothA2dp
mA2dp = null;
[
all
...]
/frameworks/base/services/java/com/android/server/
SystemServer.java
126
BluetoothA2dpService
bluetoothA2dp
= null;
234
bluetoothA2dp
= new BluetoothA2dpService(context, bluetooth);
236
bluetoothA2dp
);
[
all
...]
/packages/apps/Phone/src/com/android/phone/
BluetoothHandsfree.java
22
import android.bluetooth.
BluetoothA2dp
;
80
private
BluetoothA2dp
mA2dp;
215
mA2dpState =
BluetoothA2dp
.STATE_DISCONNECTED;
735
filter.addAction(
BluetoothA2dp
.ACTION_CONNECTION_STATE_CHANGED);
[
all
...]
/frameworks/base/docs/html/guide/topics/wireless/
bluetooth.jd
131
<dt>{@link android.bluetooth.
BluetoothA2dp
}</dt> <dd> Defines how high quality
[
all
...]
/frameworks/base/media/java/android/media/
AudioService.java
27
import android.bluetooth.
BluetoothA2dp
;
367
intentFilter.addAction(
BluetoothA2dp
.ACTION_CONNECTION_STATE_CHANGED);
[
all
...]
/prebuilt/sdk/14/
android.jar
/frameworks/base/api/
14.txt
[
all
...]
Completed in 1129 milliseconds
1
2