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

/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethod.java130 public void startInput(InputConnection inputConnection, EditorInfo info); method in interface:InputMethod
H A DInputMethodManager.java234 * @hide Flag for IInputMethodManager.startInput: this is the first
447 boolean startInput = false;
468 startInput = true;
472 if (startInput) {
1230 res = mService.startInput(mClient,
1451 // For some reason we didn't do a startInput + windowFocusGain, so
1455 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 IInputContext inputContext, in EditorInfo attribute);
H A DIInputMethodManager.aidl49 InputBindResult startInput(in IInputMethodClient client,
57 // this will also do a startInput.
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeIInputMethodManager.java187 public InputBindResult startInput(IInputMethodClient client, IInputContext inputContext, method in class:BridgeIInputMethodManager
/frameworks/base/core/java/android/inputmethodservice/
H A DIInputMethodWrapper.java172 inputMethod.startInput(ic, info);
261 public void startInput(IInputContext inputContext, EditorInfo attribute) { method in class:IInputMethodWrapper
H A DInputMethodService.java399 public void startInput(InputConnection ic, EditorInfo attribute) { method in class:InputMethodService.InputMethodImpl
400 if (DEBUG) Log.v(TAG, "startInput(): editor=" + attribute);
/frameworks/av/include/media/
H A DIAudioPolicyService.h90 virtual status_t startInput(audio_io_handle_t input,
H A DAudioSystem.h235 static status_t startInput(audio_io_handle_t input,
/frameworks/av/services/audiopolicy/
H A DAudioPolicyInterface.h142 virtual status_t startInput(audio_io_handle_t input,
/frameworks/av/services/audiopolicy/service/
H A DAudioPolicyInterfaceImpl.cpp345 status_t AudioPolicyService::startInput(audio_io_handle_t input, function in class:android::AudioPolicyService
353 return mAudioPolicyManager->startInput(input, session);
H A DAudioPolicyInterfaceImplLegacy.cpp286 status_t AudioPolicyService::startInput(audio_io_handle_t input, function in class:android::AudioPolicyService
H A DAudioPolicyService.h108 virtual status_t startInput(audio_io_handle_t input,
/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.h141 virtual status_t startInput(audio_io_handle_t input,
H A DAudioPolicyManager.cpp1461 status_t AudioPolicyManager::startInput(audio_io_handle_t input, function in class:android::AudioPolicyManager
1464 ALOGV("startInput() input %d", input);
1467 ALOGW("startInput() unknown input %d", input);
1474 ALOGW("startInput() unknown session %d on input %d", session, input);
1489 ALOGW("startInput(%d) preempting low-priority input %d", input, activeInput);
1493 ALOGE("startInput(%d) failed: other input %d already started", input, activeInput);
1533 ALOGV("AudioPolicyManager::startInput() input source = %d", inputDesc->mInputSource);
1849 // activity count per session. Same in startInput().
/frameworks/av/media/libmedia/
H A DAudioSystem.cpp818 status_t AudioSystem::startInput(audio_io_handle_t input, function in class:android::AudioSystem
823 return aps->startInput(input, session);
H A DIAudioPolicyService.cpp318 virtual status_t startInput(audio_io_handle_t input, function in class:android::BpAudioPolicyService
950 reply->writeInt32(static_cast <uint32_t>(startInput(input, session)));
/frameworks/base/services/core/java/com/android/server/
H A DInputMethodManagerService.java1463 public InputBindResult startInput(IInputMethodClient client, method in class:InputMethodManagerService
2783 session.method.startInput((IInputContext)args.arg2,
/frameworks/av/services/audioflinger/
H A DThreads.cpp6201 // adding the track to mActiveTracks after returning from AudioSystem::startInput(),
6209 status = AudioSystem::startInput(mId, (audio_session_t)recordTrack->sessionId());

Completed in 336 milliseconds