Home
last modified time | relevance | path

Searched refs:mJniCookie (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/libvideoeditor/lvpp/
DVideoEditorPreviewController.cpp51 mJniCookie(NULL), in VideoEditorPreviewController()
956 mJniCookie = cookie; in setJniCallback()
1064 pController->mJniCookie, MSG_TYPE_PREVIEW_END, &endArgs); in threadProc()
1189 pController->mJniCookie, MSG_TYPE_PROGRESS_INDICATION, in notify()
1202 pController->mJniCallback(pController->mJniCookie, in notify()
1225 pController->mJniCallback(pController->mJniCookie, in notify()
1237 pController->mJniCallback(pController->mJniCookie, in notify()
1286 pController->mJniCallback(pController->mJniCookie, in notify()
1290 pController->mJniCallback(pController->mJniCookie, in notify()
DVideoEditorPreviewController.h105 M4OSA_Context mJniCookie; variable