Skip to content
Snippets Groups Projects
  1. Nov 12, 2021
    • Chih-Yu Huang's avatar
      plugin_store: split getDmabufId() function to dedicated file · cec802b9
      Chih-Yu Huang authored
      Currently, getDmabufId() is placed at C2VdqBqBlockPool.h. However,
      the header file already has many dependencies. The caller of
      getDmabufId() would need to add many unnecessary dependency libraries.
      
      This CL splits the method to a dedicated file to reduce this issue.
      
      Bug: 205501954
      Test: m -j32
      
      Change-Id: Ie7e366ddf77ceec105cbacf6d16e6b6dc3a58198
      cec802b9
  2. Nov 08, 2021
    • Chih-Yu Huang's avatar
      plugin_store: split getDmabufId() function to dedicated file · 981081c7
      Chih-Yu Huang authored
      Currently, getDmabufId() is placed at C2VdqBqBlockPool.h. However,
      the header file already has many dependencies. The caller of
      getDmabufId() would need to add many unnecessary dependency libraries.
      
      This CL splits the method to a dedicated file to reduce this issue.
      
      Bug: 205501954
      Test: m -j32
      
      Change-Id: Ie7e366ddf77ceec105cbacf6d16e6b6dc3a58198
      981081c7
    • Chih-Yu Huang's avatar
      plugin_store: split getDmabufId() function to dedicated file · 9e9a9133
      Chih-Yu Huang authored
      Currently, getDmabufId() is placed at C2VdqBqBlockPool.h. However,
      the header file already has many dependencies. The caller of
      getDmabufId() would need to add many unnecessary dependency libraries.
      
      This CL splits the method to a dedicated file to reduce this issue.
      
      Bug: 205501954
      Test: m -j32
      
      Change-Id: Ie7e366ddf77ceec105cbacf6d16e6b6dc3a58198
      9e9a9133
Loading