OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AChoreographer
(Results
1 - 2
of
2
) sorted by null
/development/ndk/platforms/android-24/include/android/
choreographer.h
33
struct
AChoreographer
;
34
typedef struct
AChoreographer
AChoreographer
;
47
* Get the
AChoreographer
instance for the current thread. This must be called
50
AChoreographer
* AChoreographer_getInstance();
56
void AChoreographer_postFrameCallback(
AChoreographer
* choreographer,
63
void AChoreographer_postFrameCallbackDelayed(
AChoreographer
* choreographer,
/frameworks/native/include/android/
choreographer.h
35
struct
AChoreographer
;
36
typedef struct
AChoreographer
AChoreographer
;
49
* Get the
AChoreographer
instance for the current thread. This must be called
52
AChoreographer
* AChoreographer_getInstance();
58
void AChoreographer_postFrameCallback(
AChoreographer
* choreographer,
65
void AChoreographer_postFrameCallbackDelayed(
AChoreographer
* choreographer,
Completed in 79 milliseconds