Searched refs:Init (Results 26 - 35 of 35) sorted by relevance

12

/frameworks/base/core/jni/
H A Deventlog_helper.h41 static void Init(JNIEnv* env) { function in class:android::EventLogHelper
H A DAndroidRuntime.cpp276 SkGraphics::Init();
1090 jni_invocation.Init(NULL);
/frameworks/native/libs/vr/libpdx_uds/
H A Dservice_endpoint.cpp168 Init(std::move(fd));
171 Endpoint::Endpoint(LocalHandle socket_fd) { Init(std::move(socket_fd)); }
173 void Endpoint::Init(LocalHandle socket_fd) { function in class:android::pdx::uds::Endpoint
/frameworks/av/media/libstagefright/codecs/amrwbenc/
H A DSoftAMRWBEncoder.cpp134 if (VO_ERR_NONE != mApiHandle->Init(
/frameworks/base/media/mca/filterfw/jni/
H A Djni_gl_frame.cpp52 if (frame->Init(width, height)) {
/frameworks/compile/slang/
H A Dslang_rs_object_ref_count.cpp404 // for (Init; Cond; Inc)
407 // Init -> "int rsIntIter = 0"
414 clang::Stmt *Init = new(C) clang::DeclStmt(DGR, Loc, Loc); local
492 Init,
777 // for (Init; Cond; Inc)
780 // Init -> "rsIntIter = 0"
793 clang::BinaryOperator *Init =
878 Init,
1736 Init();
H A Dslang_backend.cpp606 mRefCount.Init();
/frameworks/native/services/surfaceflinger/tests/hwc2/
H A DHwc2Test.cpp1112 if (mHotplugStatus != Hwc2TestHotplugStatus::Init)
1924 Init = 1, member in class:Hwc2Test::Hwc2TestHotplugStatus
1931 Hwc2TestHotplugStatus mHotplugStatus = Hwc2TestHotplugStatus::Init;
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
H A DvoAMRWBEnc.c1698 VO_HANDLE hCodec, /* i/o: The codec handle which was created by Init function */
1733 VO_HANDLE hCodec, /* i: The Codec Handle which was created by Init function*/
1789 VO_HANDLE hCodec, /* i/o: The Codec Handle which was created by Init function */
1842 VO_HANDLE hCodec, /* i: The Codec Handle which was created by Init function */
1937 pEncHandle->Init = voAMRWB_Init;
/frameworks/native/opengl/libagl/
H A Dtexture.cpp45 #pragma mark Init

Completed in 157 milliseconds

12