Searched refs:startInput (Results 1 - 20 of 20) sorted by relevance

/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethod.java137 public void startInput(InputConnection inputConnection, EditorInfo info); method in interface:InputMethod
159 * This method is called when {@code {@link #startInput(InputConnection, EditorInfo)} or
165 * {@link #startInput(InputConnection, EditorInfo)} to be still called back.</p>
172 * {@link #startInput(InputConnection, EditorInfo)}. Otherwise this
178 * the next {@link #startInput(InputConnection, EditorInfo, IBinder)} as
181 * @see #startInput(InputConnection, EditorInfo)
193 startInput(inputConnection, editorInfo);
H A DInputMethodManager.java247 * @hide Flag for IInputMethodManager.startInput: this is the first
478 final boolean startInput;
489 startInput = mActive;
491 if (startInput) {
1580 // For some reason we didn't do a startInput + windowFocusGain, so
1584 if (DEBUG) Log.v(TAG, "Reporting focus gain, without startInput");
/frameworks/base/core/java/com/android/internal/view/
H A DIInputMethod.aidl41 void startInput(in IBinder startInputToken, in IInputContext inputContext, int missingMethods,
/frameworks/av/include/media/
H A DIAudioPolicyService.h88 virtual status_t startInput(audio_port_handle_t portId,
H A DAudioSystem.h250 static status_t startInput(audio_port_handle_t portId,
/frameworks/av/media/libaudioclient/include/media/
H A DIAudioPolicyService.h88 virtual status_t startInput(audio_port_handle_t portId,
H A DAudioSystem.h250 static status_t startInput(audio_port_handle_t portId,
/frameworks/av/services/audiopolicy/
H A DAudioPolicyInterface.h150 virtual status_t startInput(audio_io_handle_t input,
/frameworks/base/core/java/android/inputmethodservice/
H A DIInputMethodWrapper.java87 * {@link #startInput(IBinder, IInputContext, int, EditorInfo, boolean)}, and
284 public void startInput(IBinder startInputToken, IInputContext inputContext, method in class:IInputMethodWrapper
288 Log.e(TAG, "startInput must be called after bindInput.");
H A DInputMethodService.java507 public void startInput(InputConnection ic, EditorInfo attribute) { method in class:InputMethodService.InputMethodImpl
508 if (DEBUG) Log.v(TAG, "startInput(): editor=" + attribute);
/frameworks/av/services/audiopolicy/service/
H A DAudioPolicyInterfaceImpl.cpp466 status_t AudioPolicyService::startInput(audio_port_handle_t portId, bool *silenced) function in class:android::AudioPolicyService
499 status = mAudioPolicyManager->startInput(
569 "startInput(): invalid concurrency type %d", (int)concurrency);
H A DAudioPolicyService.h105 virtual status_t startInput(audio_port_handle_t portId,
/frameworks/support/car/car-stubs/
H A Dandroid.car.jarMETA-INF/ META-INF/MANIFEST.MF android/car/Car.class Car.java package android ...
/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.h141 virtual status_t startInput(audio_io_handle_t input,
H A DAudioPolicyManager.cpp512 // symmetric to the one in startInput()
1885 status_t AudioPolicyManager::startInput(audio_io_handle_t input, function in class:android::AudioPolicyManager
1891 ALOGV("AudioPolicyManager::startInput(input:%d, session:%d, silenced:%d, concurrency:%d)",
1898 ALOGW("startInput() unknown input %d", input);
1905 ALOGW("startInput() unknown session %d on input %d", session, input);
1912 ALOGW("startInput(%d) failed: other input already started", input);
1926 ALOGW("startInput(%d) failed: call in progress", input);
1951 ALOGV("startInput(%d) stopping silenced input %d", input, activeInput);
1967 ALOGW("startInput(%d) failed for HOTWORD: "
1974 ALOGV("startInput(
[all...]
/frameworks/av/media/libaudioclient/
H A DAudioSystem.cpp926 status_t AudioSystem::startInput(audio_port_handle_t portId, bool *silenced) function in class:android::AudioSystem
930 return aps->startInput(portId, silenced);
H A DIAudioPolicyService.cpp339 virtual status_t startInput(audio_port_handle_t portId, function in class:android::BpAudioPolicyService
1141 status_t status = startInput(portId, &silenced);
/frameworks/base/services/core/java/com/android/server/
H A DInputMethodManagerService.java1841 Slog.w(TAG, "Ignoring startInput with null EditorInfo."
1996 private InputBindResult startInput( method in class:InputMethodManagerService
2006 Slog.v(TAG, "startInput: reason="
2745 result = startInput(startInputReason, client, inputContext, missingMethods, attribute,
3459 session.method.startInput(startInputToken, inputContext, missingMethods,
/frameworks/av/services/audioflinger/
H A DThreads.cpp7116 // adding the track to mActiveTracks after returning from AudioSystem::startInput(),
7124 status = AudioSystem::startInput(recordTrack->portId(), &silenced);
8078 ret = AudioSystem::startInput(portId, &silenced);
/frameworks/base/config/
H A Dboot-image-profile.txt10317 HPLcom/android/internal/view/IInputMethod$Stub$Proxy;->startInput(Landroid/os/IBinder;Lcom/android/internal/view/IInputContext;ILandroid/view/inputmethod/EditorInfo;Z)V
[all...]

Completed in 228 milliseconds