OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:findClientUnsafe
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/services/camera/libcameraservice/
CameraService.h
314
sp<Client>
findClientUnsafe
(const wp<IBinder>& cameraClient, int& outIndex);
CameraService.cpp
569
sp<Client> client =
findClientUnsafe
(remoteBinder, outIndex);
623
sp<CameraService::Client> CameraService::
findClientUnsafe
(
674
client =
findClientUnsafe
(cameraClient, outIndex);
[
all
...]
Completed in 557 milliseconds