Searched refs:RECORD_CONFIG_EVENT_START (Results 1 – 5 of 5) sorted by relevance
154 && (event == AudioManager.RECORD_CONFIG_EVENT_START in onRecordingConfigurationChanged()200 ? AudioManager.RECORD_CONFIG_EVENT_START : in recorderEvent()441 if (event == AudioManager.RECORD_CONFIG_EVENT_START && config != null) { in updateSnapshot()458 case AudioManager.RECORD_CONFIG_EVENT_START: in updateSnapshot()619 case AudioManager.RECORD_CONFIG_EVENT_START: in recordEventToString()
196 client->isLowLevel() ? RECORD_CONFIG_EVENT_START : RECORD_CONFIG_EVENT_UPDATE, in setPatchHandle()353 int event = active ? RECORD_CONFIG_EVENT_START : RECORD_CONFIG_EVENT_STOP; in setClientActive()365 if ((event == RECORD_CONFIG_EVENT_START && mPatchHandle == AUDIO_PATCH_HANDLE_NONE) in updateClientRecordingConfiguration()367 && (event == RECORD_CONFIG_EVENT_START || event == RECORD_CONFIG_EVENT_STOP))) { in updateClientRecordingConfiguration()
131 #define RECORD_CONFIG_EVENT_START 0 macro
5113 public static final int RECORD_CONFIG_EVENT_START = 0; field in AudioManager
27205 Landroid/media/AudioManager;->RECORD_CONFIG_EVENT_START:I