OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:core_impl
(Results
1 - 3
of
3
) sorted by null
/hardware/qcom/display/msm8996/sdm/libs/core/
core_interface.cpp
35
#include "
core_impl
.h"
48
CoreSingleton() :
core_impl
(NULL) { }
50
CoreImpl *
core_impl
;
member in struct:sdm::CoreSingleton
75
CoreImpl *&
core_impl
= g_core.
core_impl
;
local
76
if (
core_impl
) {
84
core_impl
= new CoreImpl(buffer_allocator, buffer_sync_handler);
89
if (!
core_impl
) {
93
DisplayError error =
core_impl
->Init();
95
delete
core_impl
;
111
CoreImpl *&
core_impl
= g_core.
core_impl
;
local
[
all
...]
Android.mk
16
core_impl
.cpp \
core_impl.cpp
30
#include "
core_impl
.h"
Completed in 1099 milliseconds