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 181 void onClientRemoved(const ClientDescriptor<KEY, VALUE>& descriptor);
189 void DefaultEventListener<KEY, VALUE>::onClientRemoved(
303 * void onClientRemoved(const ClientDescriptor<KEY, VALUE>& descriptor);
309 * The onClientRemoved method will be called when the client has been removed or evicted
478 if (mListener != nullptr) mListener->onClientRemoved(**iter);
552 mListener->onClientRemoved(*i);
570 if (mListener != nullptr) mListener->onClientRemoved(*curClientPtr);
627 if (mListener != nullptr) mListener->onClientRemoved(*curClientPtr);
  /frameworks/av/services/camera/libcameraservice/
CameraService.h 355 * void onClientRemoved(const ClientDescriptor<KEY, VALUE>& descriptor);
362 void onClientRemoved(const resource_policy::ClientDescriptor<String8,
    [all...]
CameraService.cpp     [all...]

Completed in 77 milliseconds