OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stateChange
(Results
1 - 6
of
6
) sorted by null
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/accessibility/
KeyboardAccessibilityDelegate.java
115
final AccessibilityEvent
stateChange
= AccessibilityEvent.obtain(
117
mKeyboardView.onInitializeAccessibilityEvent(
stateChange
);
118
stateChange
.getText().add(text);
119
stateChange
.setContentDescription(null);
123
parent.requestSendAccessibilityEvent(mKeyboardView,
stateChange
);
/hardware/libhardware_legacy/include/hardware_legacy/
AudioPolicyManagerBase.h
407
void handleIncallSonification(int stream, bool starting, bool
stateChange
);
/frameworks/av/services/audiopolicy/managerdefault/
AudioPolicyManager.h
350
void handleIncallSonification(audio_stream_type_t stream, bool starting, bool
stateChange
);
[
all
...]
AudioPolicyManager.cpp
[
all
...]
/hardware/libhardware_legacy/audio/
AudioPolicyManagerBase.cpp
[
all
...]
/hardware/qcom/camera/QCamera2/HAL/
QCamera2HWICallbacks.cpp
[
all
...]
Completed in 934 milliseconds