Searched refs:startInput (Results 1 - 15 of 15) 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.java979 InputBindResult res = mService.startInput(mClient,
/frameworks/base/core/java/com/android/internal/view/
H A DIInputMethod.aidl42 void startInput(in IInputContext inputContext, in EditorInfo attribute);
H A DIInputMethodManager.aidl38 InputBindResult startInput(in IInputMethodClient client,
/frameworks/base/include/media/
H A DIAudioPolicyService.h64 virtual status_t startInput(audio_io_handle_t input) = 0;
H A DAudioSystem.h362 static status_t startInput(audio_io_handle_t input);
/frameworks/base/core/java/android/inputmethodservice/
H A DIInputMethodWrapper.java140 mInputMethod.startInput(ic, (EditorInfo)args.arg2);
210 public void startInput(IInputContext inputContext, EditorInfo attribute) { method in class:IInputMethodWrapper
H A DInputMethodService.java352 public void startInput(InputConnection ic, EditorInfo attribute) { method in class:InputMethodService.InputMethodImpl
353 if (DEBUG) Log.v(TAG, "startInput(): editor=" + attribute);
/frameworks/base/libs/audioflinger/
H A DAudioPolicyService.h65 virtual status_t startInput(audio_io_handle_t input);
H A DAudioPolicyService.cpp269 status_t AudioPolicyService::startInput(audio_io_handle_t input) function in class:android::AudioPolicyService
275 return mpPolicyManager->startInput(input);
H A DAudioPolicyManagerBase.cpp711 status_t AudioPolicyManagerBase::startInput(audio_io_handle_t input) function in class:android::AudioPolicyManagerBase
713 LOGV("startInput() input %d", input);
716 LOGW("startInput() unknow input %d", input);
727 LOGW("startInput() input %d failed: other input already started", input);
738 LOGV("AudioPolicyManager::startInput(%d), setting vr_mode to %d", inputDesc->mInputSource, vr_enabled);
H A DAudioFlinger.cpp3454 status_t status = AudioSystem::startInput(mId);
/frameworks/base/media/libmedia/
H A DIAudioPolicyService.cpp186 virtual status_t startInput(audio_io_handle_t input) function in class:android::BpAudioPolicyService
361 reply->writeInt32(static_cast <uint32_t>(startInput(input)));
H A DAudioSystem.cpp619 status_t AudioSystem::startInput(audio_io_handle_t input) function in class:android::AudioSystem
623 return aps->startInput(input);
/frameworks/base/services/java/com/android/server/
H A DInputMethodManagerService.java811 public InputBindResult startInput(IInputMethodClient client, method in class:InputMethodManagerService
1353 session.method.startInput((IInputContext)args.arg2,

Completed in 175 milliseconds