HomeSort by relevance Sort by last modified time
    Searched refs:updatePid (Results 1 - 2 of 2) sorted by null

  /frameworks/av/services/audiopolicy/service/
AudioPolicyInterfaceImpl.cpp 321 bool updatePid = (pid == -1);
327 updatePid = true;
330 if (updatePid) {
    [all...]
  /frameworks/av/services/audioflinger/
AudioFlinger.cpp 666 bool updatePid = (input.clientInfo.clientPid == -1);
674 updatePid = true;
677 if (updatePid) {
    [all...]

Completed in 61 milliseconds