Searched refs:getGlobalAudioRestriction (Results 1 – 14 of 14) sorted by relevance
185 int getGlobalAudioRestriction(); in getGlobalAudioRestriction() method
148 virtual int32_t getGlobalAudioRestriction() = 0;
294 public int getGlobalAudioRestriction() throws CameraAccessException { in getGlobalAudioRestriction() method in ICameraDeviceUserWrapper296 return mRemoteDevice.getGlobalAudioRestriction(); in getGlobalAudioRestriction()
2640 return mRemoteDevice.getGlobalAudioRestriction(); in getCameraAudioRestriction()
291 int32_t Camera::getGlobalAudioRestriction() in getGlobalAudioRestriction() function in android::Camera295 return c->getGlobalAudioRestriction(); in getGlobalAudioRestriction()
204 int32_t getGlobalAudioRestriction() { in getGlobalAudioRestriction() function in android::hardware::BpCamera522 reply->writeInt32(getGlobalAudioRestriction()); in onTransact()
168 int32_t getGlobalAudioRestriction();
83 virtual int32_t getGlobalAudioRestriction();
2341 int32_t Camera2Client::getGlobalAudioRestriction() { in getGlobalAudioRestriction() function in android::Camera2Client
159 int32_t getGlobalAudioRestriction() override { return 0; }; in getGlobalAudioRestriction() function in TestCamera
288 [&]() { mCamera->getGlobalAudioRestriction(); }, in invokeCamera()
170 virtual binder::Status getGlobalAudioRestriction(/*out*/int32_t* outMode) override;
1784 binder::Status CameraDeviceClient::getGlobalAudioRestriction(/*out*/ int32_t* outMode) { in getGlobalAudioRestriction() function in android::CameraDeviceClient
1048 int32_t ret = camera->getGlobalAudioRestriction(); in android_hardware_Camera_getAudioRestriction()