OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sw_gralloc_handle_t
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/include/private/ui/
sw_gralloc_handle.h
32
struct
sw_gralloc_handle_t
: public native_handle
struct in namespace:android
47
sw_gralloc_handle_t
() :
function in struct:android::sw_gralloc_handle_t
54
~
sw_gralloc_handle_t
() {
59
const
sw_gralloc_handle_t
* hnd = (const
sw_gralloc_handle_t
*)h;
71
static status_t free(
sw_gralloc_handle_t
* hnd);
72
static status_t registerBuffer(
sw_gralloc_handle_t
* hnd);
73
static status_t unregisterBuffer(
sw_gralloc_handle_t
* hnd);
74
static status_t lock(
sw_gralloc_handle_t
* hnd, int usage,
76
static status_t unlock(
sw_gralloc_handle_t
* hnd)
[
all
...]
/frameworks/base/libs/ui/
GraphicBufferMapper.cpp
60
if (
sw_gralloc_handle_t
::validate(handle) < 0) {
63
err =
sw_gralloc_handle_t
::registerBuffer((
sw_gralloc_handle_t
*)handle);
73
if (
sw_gralloc_handle_t
::validate(handle) < 0) {
76
err =
sw_gralloc_handle_t
::unregisterBuffer((
sw_gralloc_handle_t
*)handle);
87
if (
sw_gralloc_handle_t
::validate(handle) < 0) {
92
err =
sw_gralloc_handle_t
::lock((
sw_gralloc_handle_t
*)handle, usage,
103
if (
sw_gralloc_handle_t
::validate(handle) < 0)
[
all
...]
GraphicBufferAllocator.cpp
97
err =
sw_gralloc_handle_t
::alloc(w, h, format, usage, handle, stride);
122
if (
sw_gralloc_handle_t
::validate(handle) < 0) {
125
err =
sw_gralloc_handle_t
::free((
sw_gralloc_handle_t
*)handle);
/frameworks/base/opengl/libagl/
egl.cpp
449
if (
sw_gralloc_handle_t
::validate(buf->handle) < 0) {
453
sw_gralloc_handle_t
const* hnd =
454
reinterpret_cast<
sw_gralloc_handle_t
const*>(buf->handle);
465
if (
sw_gralloc_handle_t
::validate(buf->handle) < 0) {
[
all
...]
Completed in 92 milliseconds