Searched refs:sessionID (Results 1 – 5 of 5) sorted by relevance
/hardware/intel/img/hwcomposer/merrifield/common/observers/ |
D | MultiDisplayObserver.h | 71 status_t getVideoSourceInfo(int sessionID, VideoSourceInfo* info); 75 status_t setDecoderOutputResolution(int sessionID, 126 status_t getVideoSourceInfo(int sessionID, VideoSourceInfo* info) { return INVALID_OPERATION; } in getVideoSourceInfo() argument 131 int sessionID, in setDecoderOutputResolution() argument
|
D | MultiDisplayObserver.cpp | 360 status_t MultiDisplayObserver::getVideoSourceInfo(int sessionID, VideoSourceInfo* info) in getVideoSourceInfo() argument 374 status_t ret = mMDSInfoProvider->getVideoSourceInfo(sessionID, &videoInfo); in getVideoSourceInfo() 380 VTRACE("Video Session[%d] source info: %dx%d@%d", sessionID, in getVideoSourceInfo() 412 int sessionID, in setDecoderOutputResolution() argument 428 …status_t ret = mMDSDecoderConfig->setDecoderOutputResolution(sessionID, width, height, offX, offY,… in setDecoderOutputResolution() 430 ITRACE("Video Session[%d] output resolution %dx%d ", sessionID, width, height); in setDecoderOutputResolution()
|
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-interface/inc/ |
D | mm_camera.h | 892 uint32_t sessionID, void *data);
|
/hardware/interfaces/drm/1.0/ |
D | IDrmPlugin.hal | 224 * A signed version of the sessionID is written to persistent storage on the 226 * playback. The sessionID is signed by the device private key to prevent
|
/hardware/qcom/camera/msm8998/QCamera2/HAL/ |
D | QCameraParameters.cpp | 14042 uint32_t sessionID = 0; in setStreamConfigure() local 14054 &sessionID); in setStreamConfigure() 14055 bundle_info[num_cam].related_sensor_session_id = sessionID; in setStreamConfigure() 14066 &sessionID); in setStreamConfigure() 14067 bundle_info[num_cam].related_sensor_session_id = sessionID; in setStreamConfigure()
|