Searched defs:Init (Results 1 - 12 of 12) sorted by last modified time

/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/native/libs/vr/libvrflinger/
H A Dvr_flinger.cpp35 if (vr_flinger->Init(hidl, primary_display_id, request_display_callback))
59 bool VrFlinger::Init(Hwc2::Composer* hidl, function in class:android::dvr::VrFlinger
/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/compile/slang/
H A Dslang_rs_export_element.cpp55 void RSExportElement::Init() { function in class:slang::RSExportElement
80 Init();
170 Init();
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_rs_object_ref_count.h161 void Init() { function in class:slang::RSObjectRefCount
/frameworks/compile/libbcc/lib/
H A DRSEmbedInfo.cpp198 llvm::Constant *Init = llvm::ConstantDataArray::getString(*C, local
201 new llvm::GlobalVariable(M, Init->getType(), true,
202 llvm::GlobalValue::ExternalLinkage, 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/core/jni/
H A Deventlog_helper.h41 static void Init(JNIEnv* env) { function in class:android::EventLogHelper
/frameworks/av/drm/mediacas/plugins/clearkey/
H A DClearKeyFetcher.cpp45 status_t ClearKeyFetcher::Init() { function in class:android::clearkeycas::ClearKeyFetcher
H A DClearKeyLicenseFetcher.cpp30 status_t ClearKeyLicenseFetcher::Init(const char *input) { function in class:android::clearkeycas::ClearKeyLicenseFetcher
/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.

Completed in 341 milliseconds