OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:shouldbeconnected
(Results
1 - 1
of
1
) sorted by null
/hardware/intel/img/hwcomposer/merrifield/common/devices/
VirtualDevice.cpp
824
bool
shouldBeConnected
= (display != NULL);
825
if (
shouldBeConnected
!= mLastConnectionStatus) {
836
Hwcomposer::getInstance().getMultiDisplayObserver()->notifyWidiConnectionStatus(
shouldBeConnected
);
837
mLastConnectionStatus =
shouldBeConnected
;
[
all
...]
Completed in 58 milliseconds