SurfaceFlinger的界面是如何工作的?
sp<>在哪里?在 android 源代码中定义。请用surfaceflinger来回答。
where does the sp<> gets defined in the android source code. please answer in terms of surfaceflinger.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
刚刚偶然发现这个问题,希望还不算太晚。
请参阅
class sp
frameworks\base\include\utils\RefBase.h
frameworks\base\libs\utils\RefBase.cpp
Stumbled upon this question just now, hope it's not too late.
See
class sp
inframeworks\base\include\utils\RefBase.h
frameworks\base\libs\utils\RefBase.cpp