Lines Matching refs:who
986 // Only allow clients who are being used by the current foreground device user, unless calling
2657 void CameraService::handleTorchClientBinderDied(const wp<IBinder> &who) {
2660 if (mTorchClientMap[i] == who) {
2675 /*virtual*/void CameraService::binderDied(const wp<IBinder> &who) {
2685 handleTorchClientBinderDied(who);
2688 if(!evictClientIdByRemote(who)) {