Home
last modified time | relevance | path

Searched refs:config_stream (Results 1 – 6 of 6) sorted by relevance

/hardware/interfaces/automotive/vehicle/aidl/impl/grpc/
DGRPCVehicleHardware.cpp61 auto config_stream = mGrpcStub->GetAllPropertyConfig(&context, ::google::protobuf::Empty()); in getAllPropertyConfigs() local
63 while (config_stream->Read(&protoConfig)) { in getAllPropertyConfigs()
68 auto grpc_status = config_stream->Finish(); in getAllPropertyConfigs()
/hardware/qcom/camera/msm8998/QCamera2/stack/common/
Dmm_camera_interface.h652 int32_t (*config_stream) (uint32_t camera_handle, member
/hardware/qcom/camera/msm8998/QCamera2/HAL3/
DQCamera3Stream.cpp497 rc = mCamOps->config_stream(mCamHandle, in init()
/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCameraStream.cpp2765 rc = mCamOps->config_stream(mCamHandle, in configStream()
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-test/src/
Dmm_qcamera_app.c840 return test_obj->cam->ops->config_stream(test_obj->cam->camera_handle, in mm_app_config_stream()
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-interface/src/
Dmm_camera_interface.c3115 .config_stream = mm_camera_intf_config_stream,