Searched refs:getGlobalAudioRestriction (Results 1 – 15 of 15) sorted by relevance
182 int getGlobalAudioRestriction(); in getGlobalAudioRestriction() method
282 public int getGlobalAudioRestriction() throws CameraAccessException { in getGlobalAudioRestriction() method in ICameraDeviceUserWrapper284 return mRemoteDevice.getGlobalAudioRestriction(); in getGlobalAudioRestriction()
2289 return mRemoteDevice.getGlobalAudioRestriction(); in getCameraAudioRestriction()
148 virtual int32_t getGlobalAudioRestriction() = 0;
357 int32_t Camera::getGlobalAudioRestriction() in getGlobalAudioRestriction() function in android::Camera361 return c->getGlobalAudioRestriction(); in getGlobalAudioRestriction()
204 int32_t getGlobalAudioRestriction() { in getGlobalAudioRestriction() function in android::hardware::BpCamera522 reply->writeInt32(getGlobalAudioRestriction()); in onTransact()
171 int32_t getGlobalAudioRestriction();
63 virtual int32_t getGlobalAudioRestriction();
87 virtual int32_t getGlobalAudioRestriction();
1195 int32_t CameraClient::getGlobalAudioRestriction() { in getGlobalAudioRestriction() function in android::CameraClient
2280 int32_t Camera2Client::getGlobalAudioRestriction() { in getGlobalAudioRestriction() function in android::Camera2Client
163 virtual binder::Status getGlobalAudioRestriction(/*out*/int32_t* outMode) override;
1962 binder::Status CameraDeviceClient::getGlobalAudioRestriction(/*out*/ int32_t* outMode) { in getGlobalAudioRestriction() function in android::CameraDeviceClient
784 public int getGlobalAudioRestriction() { in getGlobalAudioRestriction() method in CameraDeviceUserShim
1053 int32_t ret = camera->getGlobalAudioRestriction(); in android_hardware_Camera_getAudioRestriction()