OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nwr
(Results
1 - 7
of
7
) sorted by null
/hardware/libhardware_legacy/vibrator/
vibrator.c
45
int
nwr
, ret, fd;
local
58
nwr
= sprintf(value, "%d\n", timeout_ms);
59
ret = write(fd, value,
nwr
);
63
return (ret ==
nwr
) ? 0 : -1;
/hardware/qcom/display/msm8960/libhwcomposer/
hwc_utils.cpp
599
hwc_rect_t&
nwr
)
603
//Initiliaze
nwr
to first frame
604
nwr
.left = list->hwLayers[0].displayFrame.left;
605
nwr
.top = list->hwLayers[0].displayFrame.top;
606
nwr
.right = list->hwLayers[0].displayFrame.right;
607
nwr
.bottom = list->hwLayers[0].displayFrame.bottom;
611
nwr
.left = min(
nwr
.left, displayFrame.left);
612
nwr
.top = min(
nwr
.top, displayFrame.top)
[
all
...]
hwc_utils.h
165
hwc_rect_t&
nwr
);
/hardware/qcom/display/msm8974/libhwcomposer/
hwc_utils.cpp
560
hwc_rect_t&
nwr
)
564
//Initiliaze
nwr
to first frame
565
nwr
.left = list->hwLayers[0].displayFrame.left;
566
nwr
.top = list->hwLayers[0].displayFrame.top;
567
nwr
.right = list->hwLayers[0].displayFrame.right;
568
nwr
.bottom = list->hwLayers[0].displayFrame.bottom;
572
nwr
.left = min(
nwr
.left, displayFrame.left);
573
nwr
.top = min(
nwr
.top, displayFrame.top)
[
all
...]
hwc_utils.h
186
hwc_rect_t&
nwr
);
/hardware/qcom/display/msm8x26/libhwcomposer/
hwc_utils.cpp
559
hwc_rect_t&
nwr
)
563
//Initiliaze
nwr
to first frame
564
nwr
.left = list->hwLayers[0].displayFrame.left;
565
nwr
.top = list->hwLayers[0].displayFrame.top;
566
nwr
.right = list->hwLayers[0].displayFrame.right;
567
nwr
.bottom = list->hwLayers[0].displayFrame.bottom;
571
nwr
.left = min(
nwr
.left, displayFrame.left);
572
nwr
.top = min(
nwr
.top, displayFrame.top)
[
all
...]
hwc_utils.h
165
hwc_rect_t&
nwr
);
Completed in 1382 milliseconds