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

  /frameworks/av/services/camera/libcameraservice/
CameraService.h 347 sp<BasicClient> findClientUnsafe(const wp<IBinder>& cameraClient, int& outIndex);
CameraService.cpp 721 sp<BasicClient> client = findClientUnsafe(remoteBinder, outIndex);
775 sp<CameraService::BasicClient> CameraService::findClientUnsafe(
826 client = findClientUnsafe(cameraClient, outIndex);
    [all...]

Completed in 477 milliseconds