Searched refs:getGlobalAudioRestriction (Results 1 – 13 of 13) sorted by relevance
185 int getGlobalAudioRestriction(); in getGlobalAudioRestriction() method
283 public int getGlobalAudioRestriction() throws CameraAccessException { in getGlobalAudioRestriction() method in ICameraDeviceUserWrapper285 return mRemoteDevice.getGlobalAudioRestriction(); in getGlobalAudioRestriction()
2506 return mRemoteDevice.getGlobalAudioRestriction(); in getCameraAudioRestriction()
148 virtual int32_t getGlobalAudioRestriction() = 0;
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()
166 int32_t getGlobalAudioRestriction();
87 virtual int32_t getGlobalAudioRestriction();
2319 int32_t Camera2Client::getGlobalAudioRestriction() { in getGlobalAudioRestriction() function in android::Camera2Client
157 int32_t getGlobalAudioRestriction() override { return 0; }; in getGlobalAudioRestriction() function in TestCamera
168 virtual binder::Status getGlobalAudioRestriction(/*out*/int32_t* outMode) override;
1725 binder::Status CameraDeviceClient::getGlobalAudioRestriction(/*out*/ int32_t* outMode) { in getGlobalAudioRestriction() function in android::CameraDeviceClient
1044 int32_t ret = camera->getGlobalAudioRestriction(); in android_hardware_Camera_getAudioRestriction()