Searched defs:Init (Results 1 - 13 of 13) sorted by path

/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/core/jni/
H A Dandroid_emoji_EmojiFactory.cpp21 bool Init();
30 bool EmojiFactoryCaller::Init() { function in class:android::EmojiFactoryCaller
101 lib_emoji_factory_is_ready = gCaller->Init();
/frameworks/base/media/mca/filterfw/native/core/
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_);
/frameworks/base/services/core/java/com/android/server/
H A DMountService.java146 public static final int Init = -1; field in class:MountService.VolumeState
1050 if (newState == VolumeState.Init) {
/frameworks/base/services/core/jni/
H A Dcom_android_server_location_FlpHardwareProvider.cpp680 static void Init(JNIEnv* env, jobject obj) { function in namespace:android
953 {"nativeInit", "()V", reinterpret_cast<void*>(Init)},
/frameworks/compile/libbcc/lib/Renderscript/
H A DRSEmbedInfo.cpp119 llvm::Constant *Init = llvm::ConstantDataArray::getString(*C, local
122 new llvm::GlobalVariable(M, Init->getType(), true,
123 llvm::GlobalValue::ExternalLinkage, Init,
/frameworks/compile/slang/
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.cpp495 // for (Init; Cond; Inc)
498 // Init -> "rsIntIter = 0"
513 clang::BinaryOperator *Init = local
580 Init,
864 // for (Init; Cond; Inc)
867 // Init -> "rsIntIter = 0"
880 clang::BinaryOperator *Init =
965 Init,
1497 Init();
H A Dslang_rs_object_ref_count.h108 void Init() { function in class:slang::RSObjectRefCount
/frameworks/ex/variablespeed/jni/
H A Dring_buffer.cc23 void RingBuffer::Init(int size, int num_channels, int num_readers) { function in class:video_editing::RingBuffer
H A Dsola_time_scaler.cc80 void SolaTimeScaler::Init(double sample_rate, function in class:video_editing::SolaTimeScaler
161 input_buffer_->Init(static_cast<int>
166 output_buffer_->Init(static_cast<int>
176 analyzer_->Init(sample_rate_, num_channels_);
H A Dsola_time_scaler.h46 void Init(int sample_rate, int num_channels) { function in class:video_editing::SolaAnalyzer
79 // This is normally called once, before Init().
89 void Init(double sample_rate, int num_channels, double initial_speed,
/frameworks/opt/emoji/
H A DEmojiFactory.cpp39 void Init();
52 void EmojiFactoryManager::Init() { function in class:android::EmojiFactoryManager
144 g_registrar.Init();

Completed in 503 milliseconds