Searched refs:from (Results 1 - 15 of 15) sorted by relevance

/hardware/ti/wlan/wl1271/platforms/os/linux/src/
H A Dstack_profile.c19 * from this software without specific prior written permission.
67 unsigned long from, to; local
69 to = check_stack(&from);
70 *base = from;
82 /* run from the stack pointer down to the base */
83 for(i=from;(i < to);i+=4) {
87 /*printk("check_stack_start: from=%x to=%x data=%x\n",from,to,*(long *)(from+4));*/
94 unsigned long from, t local
[all...]
/hardware/ti/omap3/omx/system/src/openmax_il/perf/tests/
H A DPERF.awk18 # $15 - from
34 from = from ? from : ""; # who are the senders of these buffers
47 # get variable assignments from ARGV
52 else if (gsub("^from=", "",arg)) { from = arg }
95 print "from = ", (from ? from
[all...]
/hardware/ril/mock-ril/src/cpp/
H A Dmsgheader.pb.cpp114 MsgHeader::MsgHeader(const MsgHeader& from) argument
117 MergeFrom(from);
355 void MsgHeader::MergeFrom(const ::google::protobuf::Message& from) { argument
356 GOOGLE_CHECK_NE(&from, this);
359 &from);
361 ::google::protobuf::internal::ReflectionOps::Merge(from, this);
367 void MsgHeader::MergeFrom(const MsgHeader& from) { argument
368 GOOGLE_CHECK_NE(&from, this);
369 if (from._has_bits_[0 / 32] & (0xffu << (0 % 32))) {
370 if (from
386 CopyFrom(const ::google::protobuf::Message& from) argument
392 CopyFrom(const MsgHeader& from) argument
[all...]
H A Dmsgheader.pb.h44 MsgHeader(const MsgHeader& from);
46 inline MsgHeader& operator=(const MsgHeader& from) { argument
47 CopyFrom(from);
67 void CopyFrom(const ::google::protobuf::Message& from);
68 void MergeFrom(const ::google::protobuf::Message& from);
69 void CopyFrom(const MsgHeader& from);
70 void MergeFrom(const MsgHeader& from);
H A Dprotobuf_v8.cpp142 // from = function(arr) { this.f0 = arr[0]; this.f1 = arr[1]; ... }
145 std::ostringstream from, to; local
146 from << "(function(arr) { if(arr) {";
150 from <<
161 from << " }})";
168 Script::Compile(String::New(from.str().c_str()))->Run().As<Function>();
/hardware/qcom/gps/loc_api/libloc_api/
H A DAndroid.mk1 #Compile the old library version from Google push for Passion builds with old modem image
/hardware/qcom/gps/loc_api/libloc_api-rpc/
H A DAndroid.mk23 # removed from library build since the client should implement this code.
/hardware/ti/omap4xxx/domx/make/
H A Dstart.mk42 $(error Error: PROCFAMILY can not be determined from Kernel .config)
/hardware/invensense/libsensors_iio/software/build/android/
H A Dcommon.mk13 # normally, overridden from outside
/hardware/ti/wlan/wl1271/CUDK/os/linux/src/
H A Dipc_event.c432 struct sockaddr_nl from; local
436 fromlen = sizeof(from);
438 (struct sockaddr *) &from, &fromlen);
441 os_error_printf(CU_MSG_ERROR, (PS8)"ERROR - IpcEvent_Handle_STA_Event - cant recv from socket %X .\n",
514 /* open the socket from the driver */
/hardware/invensense/mlsdk/
H A DAndroid.mk92 #This makes an .so from our .a
/hardware/qcom/gps/loc_api/
H A DAndroid.mk6 # � Neither the name of the QUALCOMM USA, INC. nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
/hardware/qcom/media/mm-core/omxcore/
H A DAndroid.mk13 # products derived from this software without specific prior written
/hardware/ti/wlan/mac80211/wpa_supplicant_lib/
H A Ddriver_mac80211.c350 /* WE-19 removed the pointer from struct iw_point */
646 struct sockaddr_nl from; local
652 fromlen = sizeof(from);
654 (struct sockaddr *) &from, &fromlen);
772 * support, let's add the alternative ifindex also from
789 * @priv: Pointer to private wext data from wpa_driver_wext_init()
993 /* Convert the maxrate from WE-style (b/s units) to
2091 * @priv: Pointer to private wext data from wpa_driver_wext_init()
/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 */

Completed in 304 milliseconds