OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GrallocHalWrapper
(Results
1 - 2
of
2
) sorted by null
/device/google/contexthub/sensorhal/
directchannel.h
57
class
GrallocHalWrapper
: public Singleton<
GrallocHalWrapper
> {
66
friend class Singleton<
GrallocHalWrapper
>;
67
GrallocHalWrapper
();
68
~
GrallocHalWrapper
();
directchannel.cpp
81
ANDROID_SINGLETON_STATIC_INSTANCE(
GrallocHalWrapper
);
83
GrallocHalWrapper
::
GrallocHalWrapper
()
172
GrallocHalWrapper
::~
GrallocHalWrapper
() {
178
int
GrallocHalWrapper
::registerBuffer(const native_handle_t *handle) {
189
int
GrallocHalWrapper
::unregisterBuffer(const native_handle_t *handle) {
200
int
GrallocHalWrapper
::lock(const native_handle_t *handle,
222
int
GrallocHalWrapper
::unlock(const native_handle_t *handle) {
235
bool
GrallocHalWrapper
::isSameMemory(const native_handle_t *h1, const native_handle_t *h2)
[
all
...]
Completed in 51 milliseconds