Searched defs:startInput (Results 1 - 10 of 10) 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
/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.java390 public void startInput(InputConnection ic, EditorInfo attribute) { method in class:InputMethodService.InputMethodImpl
391 if (DEBUG) Log.v(TAG, "startInput(): editor=" + attribute);
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeIInputMethodManager.java186 public InputBindResult startInput(IInputMethodClient client, IInputContext inputContext, method in class:BridgeIInputMethodManager
/frameworks/av/services/audiopolicy/
H A DAudioPolicyInterfaceImplLegacy.cpp284 status_t AudioPolicyService::startInput(audio_io_handle_t input, function in class:android::AudioPolicyService
H A DAudioPolicyInterfaceImpl.cpp320 status_t AudioPolicyService::startInput(audio_io_handle_t input, function in class:android::AudioPolicyService
328 return mAudioPolicyManager->startInput(input, session);
H A DAudioPolicyManager.cpp1618 status_t AudioPolicyManager::startInput(audio_io_handle_t input, function in class:android::AudioPolicyManager
1621 ALOGV("startInput() input %d", input);
1624 ALOGW("startInput() unknown input %d", input);
1631 ALOGW("startInput() unknown session %d on input %d", session, input);
1646 ALOGW("startInput(%d) preempting low-priority input %d", input, activeInput);
1650 ALOGE("startInput(%d) failed: other input %d already started", input, activeInput);
1680 ALOGV("AudioPolicyManager::startInput() input source = %d", inputDesc->mInputSource);
2107 // activity count per session. Same in startInput().
/frameworks/av/media/libmedia/
H A DIAudioPolicyService.cpp303 virtual status_t startInput(audio_io_handle_t input, function in class:android::BpAudioPolicyService
885 reply->writeInt32(static_cast <uint32_t>(startInput(input, session)));
H A DAudioSystem.cpp709 status_t AudioSystem::startInput(audio_io_handle_t input, function in class:android::AudioSystem
714 return aps->startInput(input, session);
/frameworks/base/services/core/java/com/android/server/
H A DInputMethodManagerService.java1303 public InputBindResult startInput(IInputMethodClient client, method in class:InputMethodManagerService
2576 session.method.startInput((IInputContext)args.arg2,

Completed in 520 milliseconds