OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:notificationconnection
(Results
1 - 6
of
6
) sorted by null
/hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Device/
TrustletSession.cpp
43
this->
notificationConnection
= NULL;
53
delete
notificationConnection
;
74
if (
notificationConnection
== NULL)
80
notificationConnection
->writeData((void *)¬ifications.front(),
TrustletSession.h
51
Connection *
notificationConnection
;
MobiCoreDevice.cpp
113
con = ts->
notificationConnection
;
372
ts->
notificationConnection
= connection;
/hardware/samsung_slsi/exynos5/mobicore/daemon/ClientLib/
Session.cpp
49
this->
notificationConnection
= connection;
82
delete
notificationConnection
;
Session.h
101
Connection *
notificationConnection
;
ClientLib.cpp
561
Connection *nqconnection = nqSession->
notificationConnection
;
Completed in 174 milliseconds