Home
last modified time | relevance | path

Searched refs:oldValue (Results 1 – 2 of 2) sorted by relevance

/system/core/libcutils/
Dhashmap.cpp214 void* oldValue = current->value; in hashmapPut() local
216 return oldValue; in hashmapPut()
/system/media/audio_utils/
DMelProcessor.cpp417 bool oldValue; in stop() local
420 oldValue = mStopRequested; in stop()
423 if (!oldValue) { in stop()