zoukankan      html  css  js  c++  java
  • linux journel

    http://www.linuxjournal.com/article/8545

    http://www.linuxjournal.com/article/8093

    http://www.linuxjournal.com/article/4879

    http://wiki.osdev.org/Main_Page

    mm_camcorder question:

    1.ASM_register_sound() 中的3个消息队列是和谁在通信???

      asm_snd_msgid用来发送register请求

      asm_rcv_migid用来接收注册后分配的handle值

      asm_cb_msgid

    2._mm_session_util_read_type(-1, &sessionType) 读出当前进程的session类型,

       从/tmp/mm_session_PID文件中读一个int,就是session类型,这是在和谁通信??

    3.通过vconf读memory/sound/soundState的值,得到当前的声音状态值

        是谁去写的这个值???

    4.在得到handle值以后,创建了2个管道文件

       /tmp/ASM.pid.handle  当声音发生冲突时,读这个文件用来得到改变状态的command,然后在callback中执行这个command

       /tmp/ASM.pid.handler  执行完注册到ASM中的callback以后,得到了状态改变的结果,把结果写进这个文件中

    那么另一端是谁在处理注册并写入handle????

       

  • 相关阅读:
    LSMW TIPS
    Schedule agreement and Delfor
    Running VL10 in the background 13 Oct
    analyse idoc by creation date
    New Journey Prepare
    EDI error
    CBSN NEWS
    Listen and Write 18th Feb 2019
    Microsoft iSCSI Software Target 快照管理
    通过 Microsoft iSCSI Software Target 提供存储服务
  • 原文地址:https://www.cnblogs.com/zhangze/p/3524070.html
Copyright © 2011-2022 走看看