Home | History | Annotate | Download | only in default

Lines Matching defs:enable

614         bool enable = (mode == TorchMode::ON) ? true : false;
615 status = getHidlStatus(mModule->setTorchMode(mCameraId.c_str(), enable));
773 Return<Status> CameraDevice::storeMetaDataInBuffers(bool enable) {
781 status_t s = mDevice->ops->store_meta_data_in_buffers(mDevice, enable);
782 if (s == OK && enable) {
787 return enable ? Status::ILLEGAL_ARGUMENT : Status::OK;