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/native/libs/vr/libvrflinger/include/dvr/
H A Dvr_flinger.h37 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/native/libs/vr/libvrflinger/
H A Dvr_flinger.cpp36 if (vr_flinger->Init(hidl, request_display_callback))
60 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/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.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);
/frameworks/av/media/libstagefright/codecs/aacenc/
H A DAACEncoder.cpp72 if (VO_ERR_NONE != mApiHandle->Init(&mEncoderHandle, VO_AUDIO_CodingAAC, &userData)) {
/frameworks/native/libs/vr/libpdx_uds/
H A Dservice_endpoint.cpp165 Init(std::move(fd));
168 Endpoint::Endpoint(LocalHandle socket_fd) { Init(std::move(socket_fd)); }
170 void Endpoint::Init(LocalHandle socket_fd) { function in class:android::pdx::uds::Endpoint

Completed in 258 milliseconds

12