OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NotificationThread
(Results
1 - 3
of
3
) sorted by null
/hardware/ti/omap4xxx/camera/inc/
CameraHal.h
558
bool
notificationThread
();
595
class
NotificationThread
: public Thread {
606
NotificationThread
(AppCallbackNotifier* nh)
609
return mAppCallbackNotifier->
notificationThread
();
616
friend class
NotificationThread
;
649
sp<
NotificationThread
> mNotificationThread;
[
all
...]
/packages/apps/Email/src/com/android/email/
NotificationController.java
80
private static
NotificationThread
sNotificationThread;
232
sNotificationThread = new
NotificationThread
();
[
all
...]
/hardware/ti/omap4xxx/camera/
AppCallbackNotifier.cpp
178
mNotificationThread = new
NotificationThread
(this);
186
status_t ret = mNotificationThread->run("
NotificationThread
", PRIORITY_URGENT_DISPLAY);
189
CAMHAL_LOGEA("Couldn't run
NotificationThread
");
267
bool AppCallbackNotifier::
notificationThread
()
[
all
...]
Completed in 2124 milliseconds