Searched refs:RECORD_CONFIG_EVENT_START (Results 1 – 5 of 5) sorted by relevance
174 ? AudioManager.RECORD_CONFIG_EVENT_START : in recorderEvent()389 if (event == AudioManager.RECORD_CONFIG_EVENT_START && config != null) { in updateSnapshot()406 case AudioManager.RECORD_CONFIG_EVENT_START: in updateSnapshot()564 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()
118 #define RECORD_CONFIG_EVENT_START 0 macro
3804 public static final int RECORD_CONFIG_EVENT_START = 0; field in AudioManager
34456 Landroid/media/AudioManager;->RECORD_CONFIG_EVENT_START:I