OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StartPropertySetThread
(Results
1 - 6
of
6
) sorted by null
/frameworks/native/services/surfaceflinger/
StartPropertySetThread.cpp
18
#include "
StartPropertySetThread
.h"
22
StartPropertySetThread
::
StartPropertySetThread
(bool timestampPropertyValue):
25
status_t
StartPropertySetThread
::Start() {
26
return run("SurfaceFlinger::
StartPropertySetThread
", PRIORITY_NORMAL);
29
bool
StartPropertySetThread
::threadLoop() {
StartPropertySetThread.h
27
class
StartPropertySetThread
: public Thread {
36
StartPropertySetThread
(bool timestampPropertyValue);
Android.mk
12
StartPropertySetThread
.cpp \
SurfaceFlinger.h
61
#include "
StartPropertySetThread
.h"
466
sp<
StartPropertySetThread
> mStartPropertySetThread = nullptr;
SurfaceFlinger.cpp
368
ALOGE("Join
StartPropertySetThread
failed!");
557
// Use
StartPropertySetThread
instead.
641
mStartPropertySetThread = new
StartPropertySetThread
(false);
643
mStartPropertySetThread = new
StartPropertySetThread
(true);
647
ALOGE("Run
StartPropertySetThread
failed!");
673
ALOGE("Join
StartPropertySetThread
failed!");
[
all
...]
SurfaceFlinger_hwc1.cpp
324
ALOGE("Join
StartPropertySetThread
failed!");
505
// Use
StartPropertySetThread
instead.
603
mStartPropertySetThread = new
StartPropertySetThread
(false);
605
ALOGE("Run
StartPropertySetThread
failed!");
622
ALOGE("Join
StartPropertySetThread
failed!");
[
all
...]
Completed in 789 milliseconds