Searched refs:RECORD_CONFIG_EVENT_STOP (Results 1 – 5 of 5) sorted by relevance
131 #define RECORD_CONFIG_EVENT_STOP 1 macro
170 ? AudioManager.RECORD_CONFIG_EVENT_STOP : AudioManager.RECORD_CONFIG_EVENT_NONE; in recorderEvent()410 case AudioManager.RECORD_CONFIG_EVENT_STOP: in updateSnapshot()557 case AudioManager.RECORD_CONFIG_EVENT_STOP: in recordEventToString()
341 int event = active ? RECORD_CONFIG_EVENT_START : RECORD_CONFIG_EVENT_STOP; in setClientActive()355 && (event == RECORD_CONFIG_EVENT_START || event == RECORD_CONFIG_EVENT_STOP))) { in updateClientRecordingConfiguration()
3775 public static final int RECORD_CONFIG_EVENT_STOP = 1; field in AudioManager