Home
last modified time | relevance | path

Searched refs:onClientRemoved (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/av/services/camera/libcameraservice/utils/
H A DClientManager.h291 void onClientRemoved(const ClientDescriptor<KEY, VALUE>& descriptor);
299 void DefaultEventListener<KEY, VALUE>::onClientRemoved( in onClientRemoved() function
602 if (mListener != nullptr) mListener->onClientRemoved(**iter); in addAndEvict()
676 mListener->onClientRemoved(*i); in removeAll()
694 if (mListener != nullptr) mListener->onClientRemoved(*curClientPtr); in remove()
751 if (mListener != nullptr) mListener->onClientRemoved(*curClientPtr); in remove()
/aosp12/frameworks/av/media/libstagefright/include/media/stagefright/
H A DBatteryChecker.h30 void onClientRemoved();
/aosp12/frameworks/av/media/libstagefright/tests/
H A DBatteryChecker_test.cpp123 mBatteryChecker->onClientRemoved(); in onMessageReceived()
/aosp12/frameworks/av/services/camera/libcameraservice/
H A DCameraService.h482 void onClientRemoved(const resource_policy::ClientDescriptor<String8,
H A DCameraService.cpp3753 void CameraService::ClientEventListener::onClientRemoved( in onClientRemoved() function in android::CameraService::ClientEventListener
/aosp12/frameworks/av/media/libstagefright/
H A DMediaCodec.cpp2866 void BatteryChecker::onClientRemoved() { in onClientRemoved() function in android::BatteryChecker
3576 mBatteryChecker->onClientRemoved(); in onMessageReceived()