Home
last modified time | relevance | path

Searched defs:pApp (Results 1 – 2 of 2) sorted by relevance

/cts/hostsidetests/adpf/app/hintsession/src/cpp/
Dmain.cpp44 Renderer *getRenderer(android_app *pApp) { in getRenderer()
64 FrameStats drawFrames(int count, android_app *pApp, int &events, android_poll_source *&pSource, in drawFrames()
111 FrameStats drawFramesWithTarget(int64_t targetDuration, int &events, android_app *pApp, in drawFramesWithTarget()
119 double calibrate(int &events, android_app *pApp, android_poll_source *&pSource) { in calibrate()
150 void handle_cmd(android_app *pApp, int32_t cmd) { in handle_cmd()
170 void android_main(struct android_app *pApp) { in android_main()
DRenderer.h53 inline Renderer(android_app *pApp) in Renderer()