OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mpShmem
(Results
1 - 2
of
2
) sorted by null
/development/simulator/app/
DeviceManager.h
192
: mDisplayWindow(NULL),
mpShmem
(NULL), mShmemKey(0),
197
delete
mpShmem
;
236
android::Shmem*
mpShmem
;
DeviceManager.cpp
412
mpShmem
= new android::Shmem;
413
if (!
mpShmem
->create(mShmemKey, width * height * 3, true))
416
// mShmemKey,
mpShmem
->getAddr());
443
if (
mpShmem
!= NULL) {
444
//printf("--- DELETING shmem, addr=%p\n",
mpShmem
->getAddr());
445
delete
mpShmem
;
446
mpShmem
= NULL;
458
if (
mpShmem
== NULL) {
464
// mDisplayNum,
mpShmem
->getAddr(), mImageData);
467
mpShmem
->lock(); // avoid tearin
[
all
...]
Completed in 532 milliseconds