HomeSort by relevance Sort by last modified time
    Searched refs:onClientRemoved (Results 1 - 3 of 3) sorted by null

  /frameworks/av/services/camera/libcameraservice/utils/
ClientManager.h 255 void onClientRemoved(const ClientDescriptor<KEY, VALUE>& descriptor);
263 void DefaultEventListener<KEY, VALUE>::onClientRemoved(
377 * void onClientRemoved(const ClientDescriptor<KEY, VALUE>& descriptor);
383 * The onClientRemoved method will be called when the client has been removed or evicted
552 if (mListener != nullptr) mListener->onClientRemoved(**iter);
626 mListener->onClientRemoved(*i);
644 if (mListener != nullptr) mListener->onClientRemoved(*curClientPtr);
701 if (mListener != nullptr) mListener->onClientRemoved(*curClientPtr);
  /frameworks/av/services/camera/libcameraservice/
CameraService.h 386 * void onClientRemoved(const ClientDescriptor<KEY, VALUE>& descriptor);
393 void onClientRemoved(const resource_policy::ClientDescriptor<String8,
    [all...]
CameraService.cpp     [all...]

Completed in 90 milliseconds