Searched refs:Realize (Results 1 - 8 of 8) sorted by relevance

/external/pdfium/core/fpdfapi/font/
H A Dcpdf_fontencoding.h55 std::unique_ptr<CPDF_Object> Realize(WeakPtr<ByteStringPool> pPool);
H A Dcpdf_fontencoding.cpp1674 std::unique_ptr<CPDF_Object> CPDF_FontEncoding::Realize( function in class:CPDF_FontEncoding
/external/webrtc/webrtc/modules/audio_device/android/
H A Dopensles_player.cc278 engine_object_->Realize(engine_object_.Get(), SL_BOOLEAN_FALSE), false);
305 RETURN_ON_ERROR(output_mix_->Realize(output_mix_.Get(), SL_BOOLEAN_FALSE),
369 // Realize the audio player object after configuration has been set.
371 player_object_->Realize(player_object_.Get(), SL_BOOLEAN_FALSE), false);
/external/walt/android/WALT/app/src/main/jni/
H A Dplayer.c189 result = (*engineObject)->Realize(engineObject, SL_BOOLEAN_FALSE);
204 result = (*outputMixObject)->Realize(outputMixObject, SL_BOOLEAN_FALSE);
297 result = (*bqPlayerObject)->Realize(bqPlayerObject, SL_BOOLEAN_FALSE);
445 result = (*recorderObject)->Realize(recorderObject, SL_BOOLEAN_FALSE);
/external/clang/lib/Frontend/
H A DInitHeaderSearch.cpp101 /// Realize - Merges all search path lists into one list and send it to
103 void Realize(const LangOptions &Lang);
578 void InitHeaderSearch::Realize(const LangOptions &Lang) { function in class:InitHeaderSearch
675 Init.Realize(Lang);
/external/drrickorang/LoopbackApp/app/src/main/jni/
H A Dsles.cpp627 result = (*(pSles->engineObject))->Realize(pSles->engineObject, SL_BOOLEAN_FALSE);
639 result = (*(pSles->outputmixObject))->Realize(pSles->outputmixObject, SL_BOOLEAN_FALSE);
696 result = (*(pSles->playerObject))->Realize(pSles->playerObject, SL_BOOLEAN_FALSE);
797 result = (*(pSles->recorderObject))->Realize(pSles->recorderObject, SL_BOOLEAN_FALSE);
/external/pdfium/core/fpdfapi/page/
H A Dcpdf_docpagedata.cpp179 pEncoding->Realize(m_pPDFDoc->GetByteStringPool()));
/external/sonivox/jet_tools/JetCreator/
H A DJetCreator.py941 toolbar.Realize()

Completed in 317 milliseconds