OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:notificationthread
(Results
1 - 3
of
3
) sorted by null
/hardware/ti/omap4xxx/camera/inc/
CameraHal.h
550
bool
notificationThread
();
587
class
NotificationThread
: public Thread {
598
NotificationThread
(AppCallbackNotifier* nh)
601
return mAppCallbackNotifier->
notificationThread
();
608
friend class
NotificationThread
;
641
sp<
NotificationThread
> mNotificationThread;
[
all
...]
/hardware/ti/omap4xxx/camera/
AppCallbackNotifier.cpp
179
mNotificationThread = new
NotificationThread
(this);
187
status_t ret = mNotificationThread->run("
NotificationThread
", PRIORITY_URGENT_DISPLAY);
190
CAMHAL_LOGEA("Couldn't run
NotificationThread
");
268
bool AppCallbackNotifier::
notificationThread
()
[
all
...]
/packages/apps/Email/src/com/android/email/
NotificationController.java
80
private static
NotificationThread
sNotificationThread;
310
sNotificationThread = new
NotificationThread
();
[
all
...]
Completed in 488 milliseconds