OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:iPluginFactory
(Results
1 - 6
of
6
) sorted by null
/external/opencore/engines/player/test/src/
test_pv_player_engine_testset_cpmdlapassthru.h
263
PVMFOma1PassthruPluginFactory*
iPluginFactory
;
test_pv_player_engine_testset5.h
299
iPluginFactory
= NULL;
314
PVMFJanusPluginFactory*
iPluginFactory
;
test_pv_player_engine_testset_cpmdlapassthru.cpp
458
iPluginFactory
= new PVMFOma1PassthruPluginFactory(aAuthorizeFail, aCancelAcquireLicense,
460
if (!
iPluginFactory
)
469
if (iPluginRegistryClient.RegisterPlugin(iPluginMimeType, *
iPluginFactory
) != PVMFSuccess)
[
all
...]
test_pv_player_engine_testset5.cpp
[
all
...]
test_pv_player_engine_testset1.h
263
iPluginFactory
= NULL;
311
PVMFOma1PassthruPluginFactory*
iPluginFactory
;
[
all
...]
test_pv_player_engine_testset1.cpp
756
iPluginFactory
= new PVMFOma1PassthruPluginFactory();
757
if (!
iPluginFactory
)
766
if (iPluginRegistryClient.RegisterPlugin(iPluginMimeType, *
iPluginFactory
) != PVMFSuccess)
978
if (
iPluginFactory
)
980
delete
iPluginFactory
;
981
iPluginFactory
= NULL;
[
all
...]
Completed in 124 milliseconds