发布时间:2014-08-11 20:04:34
今晚下载了4.2的源码,下载过程中碰到了许多蛋痛的问题,最蛋痛的问题就是fetch到100%后 代码解压出错,究竟了半天最后发现是git版本不一致,将git升级到1.8就OK了。 最近连续调了一个多月的摄像头,貌似对android照相机系统产生兴趣了,于是就看了4.2 CameraService 的部分代码,发现和4.1的版本的区别还是比较大的,具体变化多大还没来得及分析.先从他们的代码布局变化看起吧 看了大家肯定会无语的。Android_JellyBean_4.1.2 Camera Service 代码布局: frameworks/av/services/ca......【阅读全文】
发布时间:2014-08-11 08:51:58
Bus Types 总线类型Definition定义~~~~~~~~~~See the kerneldoc for the struct bus_type.int bus_register(struct bus_type * bus);Declaration声明~~~~~~~~~~~Each bus type in the kernel (PCI, USB, etc) should declare one static object of this type. They must initialize the name field, and may optionally initia......【阅读全文】