HomeSort by relevance Sort by last modified time
    Searched defs:evicted (Results 1 - 25 of 57) sorted by null

1 2 3

  /frameworks/av/services/camera/libcameraservice/utils/
ClientManager.h 201 * LRU descriptor being evicted (this means the incoming descriptor be added in this case).
207 * priority, and a different owner will be evicted in LRU order until either the cost is less
208 * than the max cost, or all descriptors meeting this criteria have been evicted and the
223 * are evicted by this action are returned in a vector.
225 * This may return the ClientDescriptor passed in if it would be evicted.
252 * Return a vector of the ClientDescriptors that would be evicted by adding the given
255 * This may return the ClientDescriptor passed in if it would be evicted.
309 * The onClientRemoved method will be called when the client has been removed or evicted
322 * Return a vector of the ClientDescriptors that would be evicted by adding the given
418 // Find evicted client
468 auto evicted = wouldEvictLocked(client); local
    [all...]
  /frameworks/av/services/camera/libcameraservice/
CameraService.cpp 343 ALOGI("%s: Client for camera ID %s evicted due to device status change from HAL",
1040 auto evicted = mActiveClientManager.addAndEvict(clientDescriptor); local
1135 auto evicted = mActiveClientManager.wouldEvict(clientDescriptor); local
1664 std::vector<sp<BasicClient>> evicted; local
1831 std::vector<sp<BasicClient>> evicted; local
    [all...]
  /prebuilts/sdk/current/support/documents-archive/libs/
android-support-documents-archive.jar 
  /external/testng/ant/
ivy-2.1.0.jar 
  /development/samples/training/basic/ActivityLifecycle/libs/
android-support-v13.jar 
  /development/samples/training/multiscreen/newsreader/libs/
android-support-v4.jar 
  /sdk/testapps/jarCheckTests1/app/libs/
android-support-v4.jar 
  /sdk/testapps/jarCheckTests1/lib1/libs/
android-support-v4.jar 
  /sdk/testapps/jarCheckTests1/lib2/libs/
android-support-v4.jar 
  /sdk/testapps/jarCheckTests2/lib1/libs/
android-support-v4.jar 
  /sdk/testapps/jarCheckTests2/lib2/libs/
android-support-v4.jar 
  /sdk/testapps/jarCheckTests3/lib1/libs/
android-support-v4.jar 
  /sdk/testapps/javaProjectTest/lib1/libs/
android-support-v4.jar 
  /sdk/testapps/javaProjectTest/lib2/libs/
android-support-v4.jar 
  /sdk/testapps/libsAndJarTest/lib1/libs/
android-support-v4.jar 
  /sdk/testapps/libsAndJarTest/lib2/libs/
android-support-v4.jar 
  /development/samples/training/AnimationsDemo/libs/
android-support-v13.jar 
  /development/samples/training/basic/FragmentBasics/libs/
android-support-v4.jar 
  /development/samples/training/location-aware/libs/
android-support-v4.jar 
  /sdk/apps/NotificationStudio/libs/
android-support-v4.jar 
  /sdk/testapps/jarCheckTests3/lib2/libs/
android-support-v13.jar 
  /development/samples/ControllerSample/libs/
android-support-v4.jar 
  /development/samples/training/ContactsList/libs/
android-support-v4.jar 
  /development/samples/training/EffectiveNavigation/libs/
android-support-v4.jar 
  /development/samples/training/InteractiveChart/libs/
android-support-v4.jar 

Completed in 445 milliseconds

1 2 3