OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:externalFocus
(Results
1 - 2
of
2
) sorted by null
/packages/services/Car/service/src/com/android/car/
CarAudioService.java
171
public void onFocusChange(int focusState, int streams, int
externalFocus
) {
173
mFocusReceived = FocusState.create(focusState, streams,
externalFocus
);
237
(mCurrentFocusState.
externalFocus
&
278
if ((currentState.
externalFocus
&
297
if ((currentState.
externalFocus
&
302
if ((currentState.
externalFocus
&
562
if ((extFocus & mCurrentFocusState.
externalFocus
) != extFocus) {
[
all
...]
/packages/services/Car/service/src/com/android/car/hal/
AudioHalService.java
134
* @param
externalFocus
Flags of active external audio focus.
137
void onFocusChange(int focusState, int streams, int
externalFocus
);
275
* @return 0: focusState, 1: streams, 2:
externalFocus
366
int
externalFocus
= v.getInt32Values(
368
listener.onFocusChange(focusState, streams,
externalFocus
);
Completed in 228 milliseconds