OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NativeInputWindowHandle
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/services/jni/
com_android_server_InputWindowHandle.h
27
class
NativeInputWindowHandle
: public InputWindowHandle {
29
NativeInputWindowHandle
(const sp<InputApplicationHandle>& inputApplicationHandle,
31
virtual ~
NativeInputWindowHandle
();
42
extern sp<
NativeInputWindowHandle
> android_server_InputWindowHandle_getHandle(
com_android_server_InputWindowHandle.cpp
60
// ---
NativeInputWindowHandle
---
62
NativeInputWindowHandle
::
NativeInputWindowHandle
(
68
NativeInputWindowHandle
::~
NativeInputWindowHandle
() {
73
jobject
NativeInputWindowHandle
::getInputWindowHandleObjLocalRef(JNIEnv* env) {
77
bool
NativeInputWindowHandle
::updateInfo() {
162
sp<
NativeInputWindowHandle
> android_server_InputWindowHandle_getHandle(
171
NativeInputWindowHandle
* handle;
173
handle = reinterpret_cast<
NativeInputWindowHandle
*>(ptr)
[
all
...]
com_android_server_InputManager.cpp
136
return static_cast<
NativeInputWindowHandle
*>(inputWindowHandle.get())->
[
all
...]
Completed in 155 milliseconds