OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:recognizerintptr
(Results
1 - 1
of
1
) sorted by null
/external/opencore/engines/player/src/
pv_player_node_registry.cpp
387
RecognizerPopulatorInterface*
recognizerIntPtr
= OSCL_DYNAMIC_CAST(RecognizerPopulatorInterface*, interfacePtr);
389
libInfo->iRecognizerLibIfacePtr =
recognizerIntPtr
;
391
recognizerIntPtr
->RegisterAllRecognizers(this, libInfo->iContext);
420
RecognizerPopulatorInterface*
recognizerIntPtr
= libInfo->iRecognizerLibIfacePtr;
424
recognizerIntPtr
->UnregisterAllRecognizers(this, context);
Completed in 75 milliseconds