码迷,mamicode.com
首页 >  
搜索关键字:wake    ( 129个结果
linux runtime pm机制的深入理解
一:runtime机制说明     何为runtime机制?也就是系统在非睡眠状态,设备在空闲时可以进入runtime suspend状态同时不依赖系统wake_lock机制,非空闲时执行runtime resume使得设备进入正常工作状态。     主要代码放在Runtime.c (drivers\base\power)中,同时附带的Runtime_pm.txt (documentati...
分类:系统相关   时间:2014-07-24 23:07:44    阅读次数:1029
android 休眠唤醒机制分析(二) — early_suspend
本文转自:http://blog.csdn.net/g_salamander/article/details/7982170early_suspend是Android休眠流程的第一阶段即浅度休眠,不会受到wake_lock的阻止,一般用于关闭lcd、tp等设备为运行的应用节约电能。Android的P...
分类:移动开发   时间:2014-07-16 21:42:42    阅读次数:395
android 休眠唤醒机制分析(一) — wake_lock
本文转自:http://blog.csdn.net/g_salamander/article/details/7978772Android的休眠唤醒主要基于wake_lock机制,只要系统中存在任一有效的wake_lock,系统就不能进入深度休眠,但可以进行设备的浅度休眠操作。wake_lock一般...
分类:移动开发   时间:2014-07-16 21:38:22    阅读次数:323
POJ 1101 The Game(BFS+判方向)
The Game Description One morning, you wake up and think: "I am such a good programmer. Why not make some money?'' So you decide to write a computer game. The game takes place on a rectangular...
分类:其他好文   时间:2014-07-06 09:02:34    阅读次数:287
PowerManager使用实例1(下)
文件2layout\main.xml: 文件3values\strings.xml: Hello World, MainActivity! PowerMangerSample acquire PARTIAL_WAKE_LOCK release PARTIAL_WAKE_LOCK ...
分类:其他好文   时间:2014-07-03 10:52:43    阅读次数:135
Android Framework 分析---消息机制Native层
在Android的消息机制中,不仅提供了供Application 开发使用的java的消息循环。其实java的机制最终还是靠native来实现的。在native不仅提供一套消息传递和处理的机制,还提供了自定义文件描述符的I/O时间的监听机制。下面我们从具体代码中分析一下。 Native层的关键类: Looper.cpp.该类中提供了pollOnce 和wake的休眠和唤醒集中。同时在构造函数中...
分类:移动开发   时间:2014-05-18 18:33:48    阅读次数:340
hdu4035之经典慨率DP
Maze Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 65768/65768 K (Java/Others) Total Submission(s): 1419    Accepted Submission(s): 511 Special Judge Problem Description When wake...
分类:其他好文   时间:2014-05-11 01:46:38    阅读次数:421
android permission
android.permission.WAKE_LOCK------------>keep the screen from dimming or the processor from sleeping, or uses the MediaPlayer.setScreenOnWhilePlaying(...
分类:移动开发   时间:2014-05-09 06:37:42    阅读次数:280
[转]delphi xe6 android屏幕操持常亮
1) setting the Project Options, Uses Permissions, Wake lock = True2) Adding Android.JNI.PowerManager to the uses clause3) call: AcquireWakeLock; // at...
分类:移动开发   时间:2014-05-05 11:29:06    阅读次数:501
129条   上一页 1 ... 11 12 13
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!