Searched refs:RECORD_CONFIG_EVENT_START (Results 1 – 5 of 5) sorted by relevance
156 && (event == AudioManager.RECORD_CONFIG_EVENT_START in onRecordingConfigurationChanged()202 ? AudioManager.RECORD_CONFIG_EVENT_START : in recorderEvent()443 if (event == AudioManager.RECORD_CONFIG_EVENT_START && config != null) { in updateSnapshot()460 case AudioManager.RECORD_CONFIG_EVENT_START: in updateSnapshot()621 case AudioManager.RECORD_CONFIG_EVENT_START: in recordEventToString()
196 client->isLowLevel() ? RECORD_CONFIG_EVENT_START : RECORD_CONFIG_EVENT_UPDATE, in setPatchHandle()354 int event = active ? RECORD_CONFIG_EVENT_START : RECORD_CONFIG_EVENT_STOP; in setClientActive()366 if ((event == RECORD_CONFIG_EVENT_START && mPatchHandle == AUDIO_PATCH_HANDLE_NONE) in updateClientRecordingConfiguration()368 && (event == RECORD_CONFIG_EVENT_START || event == RECORD_CONFIG_EVENT_STOP))) { in updateClientRecordingConfiguration()
142 #define RECORD_CONFIG_EVENT_START 0 macro
5874 public static final int RECORD_CONFIG_EVENT_START = 0; field in AudioManager
24327 Landroid/media/AudioManager;->RECORD_CONFIG_EVENT_START:I