Searched refs:updateResult (Results 1 – 5 of 5) sorted by relevance
97 updateResult(); in onCapabilitiesUpdated()102 updateResult(); in onGpsEnabledChanged()
110 updateResult(); in onCapabilitiesUpdated()115 updateResult(); in onGpsEnabledChanged()
165 protected void updateResult() { in updateResult() method in RemoteListenerHelper
304 status_t updateResult = mConsumer->updateTexImage(&r, expectedPresentTime, &mAutoRefresh, in updateTexImage() local306 if (updateResult == BufferQueue::PRESENT_LATER) { in updateTexImage()311 } else if (updateResult == BufferLayerConsumer::BUFFER_REJECTED) { in updateTexImage()322 } else if (updateResult != NO_ERROR || mUpdateTexImageFailed) { in updateTexImage()
8227 HSPLcom/android/server/location/RemoteListenerHelper;->updateResult()V