View Single Post
Old 01-15-2014, 10:22 AM   #5
peterhey
Member
peterhey can grip it by the huskpeterhey can grip it by the huskpeterhey can grip it by the huskpeterhey can grip it by the huskpeterhey can grip it by the huskpeterhey can grip it by the huskpeterhey can grip it by the huskpeterhey can grip it by the huskpeterhey can grip it by the huskpeterhey can grip it by the huskpeterhey can grip it by the husk
 
Posts: 21
Karma: 141126
Join Date: Dec 2013
Device: touch
Quote:
Originally Posted by Aeris View Post
I'm trying to make a comprehensive list of all the system events that can be listened from lipc-wait-event. If anybody wants to help...
I tried this:
Code:
find / -name "*" -type f ! -path "/mnt/*" -exec grep -H "lipc-send-event" {} \;
and gets:
Code:
/usr/sbin/otaup:            lipc-send-event $OTAMODULE otaSplashInit
/usr/sbin/otaup:            lipc-send-event $OTAMODULE otaSplashProgress -i ${3}
/usr/sbin/otaup:            lipc-send-event $OTAMODULE otaSplashSuccess
/usr/sbin/otaup:            lipc-send-event $OTAMODULE otaSplashError -s "${3}"
/usr/sbin/otaup:            lipc-send-event $OTAMODULE otaSplashCleanup
/usr/sbin/updatetime:NTP_TIME_SET_NOTIFICATION="lipc-send-event -r 30 com.lab126.time timeChanged"
/usr/sbin/loginfo:	lipc-send-event com.lab126.hal processTooLarge -s $1
/usr/sbin/setdate:	lipc-send-event -r 30 com.lab126.time timeChanged -i $delta
/usr/sbin/screenshot:lipc-send-event com.lab126.hal screenShotTaken -s "/mnt/us/${_filename}\.gif"
/usr/lib/liblab126utils.so:if (passwdlg --display=:0.0 %d); then lipc-send-event -r 3 com.lab126.hal passwordIsValid;else lipc-send-event -r 3 com.lab126.hal passwordIsInvalid;fi&
/usr/bin/lipc-send-event:lipc-send-event [-r <retry_count> -d <retry_delay>] <source> <event-name> [-is <value> ...]
/usr/bin/lipc-send-event:lipc-send-event
/usr/bin/notifytph:/usr/bin/lipc-send-event -r 3 com.lab126.hal wanRing -i $1
/usr/bin/powerd_test:lipc-send-event com.lab126.powerd.debug dbg_input_event
/usr/bin/powerd_test:lipc-send-event com.lab126.powerd.debug dbg_power_button_pressed
/usr/bin/powerd_test:lipc-send-event com.lab126.powerd.debug dbg_low_batt_low
/usr/bin/powerd_test:lipc-send-event com.lab126.powerd.debug dbg_power_button_held
/etc/lipc-daemon-props.conf:sendEvent w lipc-send-event com.lab126.system.event
/etc/upstart/langpicker.conf:        lipc-send-event com.lab126.blanket.langpicker pickLocale
/etc/upstart/userstore:	lipc-send-event -r 3 com.lab126.hal usbUnconfigured
/etc/upstart/framework_setup.conf:        lipc-send-event -r 5 $SCREENSAVER_SOURCE $SCREENSAVER_EVENT -i $SCREENSAVER_EVENT_VAL
/etc/upstart/framework_setup.conf:            lipc-send-event -r 5 $SCREENSAVER_SOURCE $SCREENSAVER_EVENT -i $SCREENSAVER_EVENT_VAL
/etc/upstart/framework_setup.conf:    lipc-send-event -r 5 com.lab126.hal bootSplashCleanup
/etc/upstart/splash:    lipc-send-event -r $SPLASH_EVENT_RETRY_COUNT $SPLASH_SOURCE $SPLASH_EVENT_INIT
/etc/upstart/splash:    lipc-send-event -r $SPLASH_EVENT_RETRY_COUNT $SPLASH_SOURCE $SPLASH_EVENT_PROG -i $1
/etc/upstart/splash:    lipc-send-event -r $SPLASH_EVENT_RETRY_COUNT $SPLASH_SOURCE $SPLASH_EVENT_CLEAN
/etc/upstart/shutdown_showimage:# for lipc-send-event
/etc/upstart/shutdown_showimage:lipc-send-event com.lab126.hal.shutdown showScreen -s "$BLANKET_SHUTDOWN_PARAM"
/etc/upstart/ttsd.conf:        lipc-send-event -r 3 com.lab126.tts upstartTtsdExit
/etc/ppp/ip-down:/usr/bin/lipc-send-event com.lab126.hal wanPPPDown
/etc/ppp/ip-up:# /usr/bin/lipc-send-event com.lab126.hal wanPPPUp
/etc/kdb.src/yoshi/system/daemon/usbnetd/usbPlugout:lipc-send-event -r 3 -d 2 com.lab126.hal usbPlugOut
/etc/kdb.src/yoshi/system/daemon/usbnetd/usbUnconfigured:lipc-send-event -r 3 -d 2 com.lab126.hal usbUnconfigured
/lib/udev/bin/mountmmc:	/usr/bin/lipc-send-event -r 3 com.lab126.hal mmcIn
/lib/udev/bin/mountmmc:	/usr/bin/lipc-send-event -r 3 com.lab126.hal mmcOut
/lib/udev/bin/notifyusb:	/usr/bin/lipc-send-event -r 3 com.lab126.hal usbPlugIn
/lib/udev/bin/notifyusb:		/usr/bin/lipc-send-event -r 3 com.lab126.hal usbPlugOut
/lib/udev/bin/notifyusb:				/usr/bin/lipc-send-event -r 3 com.lab126.hal usbConfigured
/lib/udev/bin/notifyusb:				/usr/bin/lipc-send-event -r 3 com.lab126.hal usbUnconfigured
/lib/udev/bin/notifyorientation:        /usr/bin/lipc-send-event -r 3 com.lab126.hal orientationUp
/lib/udev/bin/notifyorientation:        /usr/bin/lipc-send-event -r 3 com.lab126.hal orientationDown
/lib/udev/bin/notifyorientation:        /usr/bin/lipc-send-event -r 3 com.lab126.hal orientationLeft
/lib/udev/bin/notifyorientation:        /usr/bin/lipc-send-event -r 3 com.lab126.hal orientationRight
/lib/udev/bin/notifyorientation:        /usr/bin/lipc-send-event -r 3 com.lab126.hal orientationFaceDown
/lib/udev/bin/notifyorientation:        /usr/bin/lipc-send-event -r 3 com.lab126.hal orientationFaceUp
/lib/udev/bin/notifyorientation:        /usr/bin/lipc-send-event -r 3 com.lab126.hal orientationFreeFall
/lib/udev/bin/notifyorientation:        /usr/bin/lipc-send-event -r 3 com.lab126.hal orientationTap
/lib/udev/bin/notifyorientation:        /usr/bin/lipc-send-event -r 3 com.lab126.hal orientationShake
/lib/udev/bin/notifyorientation:        /usr/bin/lipc-send-event -r 3 com.lab126.hal orientationDoubleWave
/lib/udev/bin/notifyheadset:	/usr/bin/lipc-send-event -r 3 com.lab126.hal audioHS -i 1
/lib/udev/bin/notifyheadset:	/usr/bin/lipc-send-event -r 3 com.lab126.hal audioHS -i 0

Last edited by peterhey; 01-17-2014 at 06:40 AM.
peterhey is offline   Reply With Quote