Searched defs:MAX_CAMERAS (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/services/camera/libcameraservice/
H A DCameraService.h41 #define MAX_CAMERAS 2 macro
364 wp<BasicClient> mClient[MAX_CAMERAS]; // protected by mServiceLock
365 Mutex mClientLock[MAX_CAMERAS]; // prevent Client destruction inside callbacks
369 Vector<weak_pro_client_ptr> mProClientList[MAX_CAMERAS];
377 volatile int32_t mBusy[MAX_CAMERAS];
396 mStatusList[MAX_CAMERAS];

Completed in 43 milliseconds