Searched defs:Init (Results 1 - 11 of 11) sorted by relevance

/frameworks/compile/slang/
H A Dslang_rs_export_element.cpp34 void RSExportElement::Init() { function in class:slang::RSExportElement
68 Init();
158 Init();
H A Dslang_rs_object_ref_count.h111 void Init() { function in class:slang::RSObjectRefCount
H A Dslang_rs_object_ref_count.cpp513 // for (Init; Cond; Inc)
516 // Init -> "rsIntIter = 0"
531 clang::BinaryOperator *Init = local
597 Init,
881 // for (Init; Cond; Inc)
884 // Init -> "rsIntIter = 0"
897 clang::BinaryOperator *Init =
983 Init,
1520 Init();
/frameworks/opt/emoji/
H A DEmojiFactory.cpp39 void Init();
52 void EmojiFactoryManager::Init() { function in class:android::EmojiFactoryManager
144 g_registrar.Init();
/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.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,
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_);
/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
104 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/java/com/android/server/
H A DMountService.java127 public static final int Init = -1; field in class:MountService.VolumeState
871 if (newState == VolumeState.Init) {

Completed in 2886 milliseconds