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

  /frameworks/base/include/media/
IAudioFlingerClient.h 35 virtual void ioConfigChanged(int event, int ioHandle, void *param2) = 0;
AudioSystem.h 325 // types of io configuration change events received with ioConfigChanged()
426 virtual void ioConfigChanged(int event, int ioHandle, void *param2);
  /frameworks/base/media/libmedia/
IAudioFlingerClient.cpp 42 void ioConfigChanged(int event, int ioHandle, void *param2)
50 LOGV("ioConfigChanged stream %d", stream);
91 ioConfigChanged(event, ioHandle, param2);
AudioSystem.cpp 389 void AudioSystem::AudioFlingerClient::ioConfigChanged(int event, int ioHandle, void *param2) {
390 LOGV("ioConfigChanged() event %d", event);
402 LOGV("ioConfigChanged() STREAM_CONFIG_CHANGED stream %d, output %d", stream, ioHandle);
409 LOGV("ioConfigChanged() opening already existing output! %d", ioHandle);
417 LOGV("ioConfigChanged() new output samplingRate %d, format %d channels %d frameCount %d latency %d",
422 LOGW("ioConfigChanged() closing unknow output! %d", ioHandle);
425 LOGV("ioConfigChanged() output %d closed", ioHandle);
438 LOGW("ioConfigChanged() modifying unknow output! %d", ioHandle);
444 LOGV("ioConfigChanged() new config for output %d samplingRate %d, format %d channels %d frameCount %d latency %d",
  /frameworks/base/services/audioflinger/
AudioFlinger.cpp 824 mNotificationClients.valueAt(i)->client()->ioConfigChanged(event, ioHandle, param2);
    [all...]

Completed in 1300 milliseconds