Searched refs:Init (Results 1 - 24 of 24) sorted by relevance

/frameworks/compile/slang/
H A Dslang_rs_export_element.h64 static void Init();
H A Dslang_rs_export_element.cpp55 void RSExportElement::Init() { function in class:slang::RSExportElement
80 Init();
169 Init();
H A Dslang_rs_object_ref_count.h108 void Init() { function in class:slang::RSObjectRefCount
H A Dslang_rs_check_ast.cpp210 } else if (clang::Expr *Init = VD->getInit()) {
212 Visit(Init);
H A Dslang_rs_object_ref_count.cpp497 // for (Init; Cond; Inc)
500 // Init -> "rsIntIter = 0"
515 clang::BinaryOperator *Init = local
582 Init,
873 // for (Init; Cond; Inc)
876 // Init -> "rsIntIter = 0"
889 clang::BinaryOperator *Init =
974 Init,
1513 Init();
H A Dslang_backend.cpp417 mRefCount.Init();
/frameworks/compile/libbcc/lib/Renderscript/
H A DRSEmbedInfo.cpp140 llvm::Constant *Init = llvm::ConstantDataArray::getString(*C, local
143 new llvm::GlobalVariable(M, Init->getType(), true,
144 llvm::GlobalValue::ExternalLinkage, Init,
/frameworks/opt/emoji/
H A DEmojiFactory.cpp39 void Init();
52 void EmojiFactoryManager::Init() { function in class:android::EmojiFactoryManager
144 g_registrar.Init();
/frameworks/av/media/libstagefright/codecs/common/include/
H A DvoAudio.h115 * Init the audio codec module and return codec handle
121 VO_U32 (VO_API * Init) (VO_HANDLE * phCodec, VO_AUDIO_CODINGTYPE vType, VO_CODEC_INIT_USERDATA * pUserData ); member in struct:VO_AUDIO_CODECAPI
125 * \param hCodec [IN]] The codec handle which was created by Init function.
133 * \param hCodec [IN]] The codec handle which was created by Init function.
145 * \param hCodec [IN]] The codec handle which was created by Init function.
154 * \param hCodec [IN]] The codec handle which was created by Init function.
163 * \param hCodec [IN]] The codec handle which was created by Init function.
/frameworks/base/media/mca/filterfw/native/core/
H A Dgl_frame.h48 bool Init(int width, int height);
H A Dgl_frame.cpp56 bool GLFrame::Init(int width, int height) { function in class:android::filterfw::GLFrame
197 target->Init(width_, height_);
382 target.Init(width_, height_);
H A Dgl_env.h220 bool Init();
/frameworks/base/core/jni/
H A Dandroid_emoji_EmojiFactory.cpp22 bool Init();
31 bool EmojiFactoryCaller::Init() { function in class:android::EmojiFactoryCaller
102 lib_emoji_factory_is_ready = gCaller->Init();
H A DAndroidRuntime.cpp243 SkGraphics::Init();
1041 jni_invocation.Init(NULL);
/frameworks/av/media/libstagefright/codecs/aacenc/SampleCode/
H A DAAC_E_SAMPLES.c210 //####################################### Init Encoding Section #########################################
211 returnCode = AudioAPI.Init(&hCodec, VO_AUDIO_CodingAAC, &useData);
/frameworks/av/media/libstagefright/codecs/amrwbenc/SampleCode/
H A DAMRWB_E_SAMPLE.c164 //####################################### Init Encoding Section #########################################
165 ret = AudioAPI.Init(&hCodec, VO_AUDIO_CodingAMRWB, &useData);
/frameworks/av/media/libstagefright/codecs/aacenc/
H A DAACEncoder.cpp72 if (VO_ERR_NONE != mApiHandle->Init(&mEncoderHandle, VO_AUDIO_CodingAAC, &userData)) {
H A DSoftAACEncoder.cpp141 mApiHandle->Init(&mEncoderHandle, VO_AUDIO_CodingAAC, &userData)) {
/frameworks/av/media/libstagefright/codecs/aacenc/src/
H A Daacenc.c33 * Init the audio codec module and return codec handle
163 * \param hCodec [IN]] The Codec Handle which was created by Init function.
207 * \param hCodec [IN]] The Codec Handle which was created by Init function.
290 * \param hCodec [IN]] The Codec Handle which was created by Init function.
312 * \param hCodec [IN]] The Codec Handle which was created by Init function.
473 * \param hCodec [IN]] The Codec Handle which was created by Init function.
497 pDecHandle->Init = voAACEncInit;
/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/base/services/core/jni/
H A Dcom_android_server_location_FlpHardwareProvider.cpp758 static void Init(JNIEnv* env, jobject obj) { function in namespace:android
1039 {"nativeInit", "()V", reinterpret_cast<void*>(Init)},
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
H A DvoAMRWBEnc.c1694 VO_HANDLE hCodec, /* i/o: The codec handle which was created by Init function */
1729 VO_HANDLE hCodec, /* i: The Codec Handle which was created by Init function*/
1785 VO_HANDLE hCodec, /* i/o: The Codec Handle which was created by Init function */
1838 VO_HANDLE hCodec, /* i: The Codec Handle which was created by Init function */
1933 pEncHandle->Init = voAMRWB_Init;
/frameworks/native/opengl/libagl/
H A Dtexture.cpp42 #pragma mark Init

Completed in 378 milliseconds