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

12

/frameworks/av/drm/mediacas/plugins/clearkey/
H A DClearKeyLicenseFetcher.cpp30 status_t ClearKeyLicenseFetcher::Init(const char *input) { function in class:android::clearkeycas::ClearKeyLicenseFetcher
H A DClearKeyLicenseFetcher.h31 virtual status_t Init(const char *input);
H A DLicenseFetcher.h34 virtual status_t Init(const char *input) = 0;
H A DClearKeyFetcher.h41 status_t Init() override;
49 // Init() must have been called.
H A DKeyFetcher.h43 virtual status_t Init() = 0;
H A DClearKeyFetcher.cpp45 status_t ClearKeyFetcher::Init() { function in class:android::clearkeycas::ClearKeyFetcher
H A DClearKeyCasPlugin.cpp181 status_t err = license_fetcher->Init(str.string());
189 err = key_fetcher->Init();
/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();
170 Init();
H A Dslang_rs_check_ast.cpp224 } else if (clang::Expr *Init = VD->getInit()) {
226 Visit(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/core/jni/
H A Dandroid_app_admin_SecurityLog.cpp115 SLog::Init(env);
H A Dandroid_util_EventLog.cpp88 ELog::Init(env);
/frameworks/native/libs/vr/libvrflinger/include/dvr/
H A Dvr_flinger.h45 bool Init(Hwc2::Composer* hidl,
/frameworks/native/services/nativeperms/
H A Dnativeperms.cpp83 watcher.Init();
/frameworks/av/drm/mediacas/plugins/clearkey/tests/
H A DClearKeyFetcherTest.cpp78 EXPECT_EQ(OK, license_fetcher_->Init(kTestAssetInJson));
92 EXPECT_EQ(OK, fetcher.Init());
/frameworks/base/services/core/jni/
H A Dcom_android_server_ArcVideoService.cpp75 Init(std::move(hostPtr), base::Bind(&base::DoNothing));
78 void Init(mojom::VideoHostPtr hostPtr, const InitCallback& callback) override {
79 ALOGV("Init");
92 ALOGV("Init done");
/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/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.h221 bool Init();
/frameworks/av/media/libstagefright/codecs/amrwbenc/SampleCode/
H A DAMRWB_E_SAMPLE.c165 //####################################### Init Encoding Section #########################################
166 ret = AudioAPI.Init(&hCodec, VO_AUDIO_CodingAMRWB, &useData);
/frameworks/native/libs/vr/libpdx_uds/private/uds/
H A Dservice_endpoint.h122 void Init(LocalHandle socket_fd);

Completed in 306 milliseconds

12