OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_ptrCallback
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/webrtc/modules/media_file/source/
media_file_impl.cc
47
_ptrCallback
(NULL)
253
if(
_ptrCallback
)
257
_ptrCallback
->PlayNotification(_id, callbackNotifyMs);
261
_ptrCallback
->PlayFileEnded(_id);
353
if(
_ptrCallback
)
357
_ptrCallback
->PlayNotification(_id, callbackNotifyMs);
361
_ptrCallback
->PlayFileEnded(_id);
836
if(
_ptrCallback
)
840
_ptrCallback
->RecordNotification(_id, callbackNotifyMs);
844
_ptrCallback
->RecordFileEnded(_id)
[
all
...]
media_file_impl.h
238
FileCallback*
_ptrCallback
;
Completed in 65 milliseconds