Searched defs:from (Results 1 - 6 of 6) sorted by relevance

/hardware/qcom/gps/msm8909/utils/
H A DLocTimer.cpp14 * from this software without specific prior written permission.
61 or stopped, the obj is removed from the container. Since it
65 LocTimerContainer - core of the timer service. It is a container (derived from
124 // remove a timer / alarm obj from the container
163 // the atual timer would have been removed from the container.
337 // update soonest timer only if mTimer is actually removed from
445 // be repetitvely called, it must return true from the previous call.
449 // we have max 2 descriptors to poll from
641 double getDeltaSeconds(struct timespec from, struct timespec to) { argument
643 - from
[all...]
/hardware/qcom/gps/msm8996/utils/
H A DLocTimer.cpp14 * from this software without specific prior written permission.
61 or stopped, the obj is removed from the container. Since it
65 LocTimerContainer - core of the timer service. It is a container (derived from
124 // remove a timer / alarm obj from the container
163 // the atual timer would have been removed from the container.
337 // update soonest timer only if mTimer is actually removed from
445 // be repetitvely called, it must return true from the previous call.
449 // we have max 2 descriptors to poll from
641 double getDeltaSeconds(struct timespec from, struct timespec to) { argument
643 - from
[all...]
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
H A Dgscan.cpp155 void convert_to_hal_result(wifi_scan_result *to, wifi_gscan_result_t *from);
158 void convert_to_hal_result(wifi_scan_result *to, wifi_gscan_result_t *from) argument
160 to->ts = from->ts;
161 to->channel = from->channel;
162 to->rssi = from->rssi;
163 to->rtt = from->rtt;
164 to->rtt_sd = from->rtt_sd;
165 to->beacon_period = from->beacon_period;
166 to->capability = from->capability;
167 memcpy(to->ssid, from
[all...]
/hardware/ti/omap4xxx/hwc/
H A Dhwc.c498 static inline void m_scale1(float m[3], int from, int to) argument
500 m[0] = m[0] * to / from;
501 m[1] = m[1] * to / from;
502 m[2] = m[2] * to / from;
568 m = (center-from-target-center) * (scale-to-target) * (mirror) * (rotate) * (center-to-original-center) */
1009 * We cannot atomically switch overlays from one display to another. First, they
1029 * otherwise, manage just from half the pipelines. NOTE: there is
1378 /* reset mode if we are coming from docking */
1447 /* remove bootloader image from the screen as blank/unblank does not change the composition */
/hardware/ti/omap4-aah/hwc/
H A Dhwc.c687 static inline void m_scale1(float m[3], int from, int to) argument
689 m[0] = m[0] * to / from;
690 m[1] = m[1] * to / from;
691 m[2] = m[2] * to / from;
757 m = (center-from-target-center) * (scale-to-target) * (mirror) * (rotate) * (center-to-original-center) */
1066 * copy the xres/yres from the preferred mode
1259 * We cannot atomically switch overlays from one display to another. First, they
1279 * otherwise, manage just from half the pipelines. NOTE: there is
1865 /* reset mode if we are coming from docking */
1950 /* remove bootloader image from th
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h15 // contributors may be used to endorse or promote products derived from
48 // registration from Barthelemy Dagenais' (barthelemy@prologique.com)
72 // contributors may be used to endorse or promote products derived from
111 // contributors may be used to endorse or promote products derived from
589 // this macro to 0 to prevent Google Test from using tuple (any
660 // contributors may be used to endorse or promote products derived from
684 // The compiler used in Symbian has a bug that prevents us from declaring the
1682 // BOOST_HAS_TR1_TUPLE, from being #included by Boost's <tuple>.
1695 // <tr1/functional> from being included.
1810 // prevent the compiler from optimizin
7889 CopyArray(const T& from, U* to) argument
7901 CopyArray(const T* from, size_t size, U* to) argument
[all...]

Completed in 215 milliseconds