OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:headsetState
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/services/java/com/android/server/
WiredAccessoryObserver.java
161
int
headsetState
= newState & SUPPORTED_HEADSETS;
162
int newOrOld =
headsetState
| mHeadsetState;
164
int usb_headset_anlg =
headsetState
& BIT_USB_HEADSET_ANLG;
165
int usb_headset_dgtl =
headsetState
& BIT_USB_HEADSET_DGTL;
166
int h2w_headset =
headsetState
& (BIT_HEADSET | BIT_HEADSET_NO_MIC);
172
if (LOG) Slog.v(TAG, "newState = "+newState+",
headsetState
= "+
headsetState
+","
174
if (mHeadsetState ==
headsetState
|| ((h2w_headset & (h2w_headset - 1)) != 0)) {
191
mHeadsetState =
headsetState
;
193
if (
headsetState
== 0)
[
all
...]
/packages/apps/Phone/src/com/android/phone/
BluetoothHeadsetService.java
648
int
headsetState
= getConnectionState(device);
650
if (state ==
headsetState
) {
[
all
...]
Completed in 44 milliseconds