Home
last modified time | relevance | path

Searched refs:cursor_y (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/services/vr/hardware_composer/aidl/android/dvr/
Dparcelable_composer_layer.cpp75 ret = parcel->writeInt32(layer_.cursor_y); in writeToParcel()
178 ret = parcel->readInt32(&layer_.cursor_y); in readFromParcel()
/frameworks/native/libs/vr/libdvr/
Ddvr_hardware_composer_client.cpp221 *out_y = frame->frame.layers[layer_index].cursor_y; in dvrHwcFrameGetLayerCursor()
/frameworks/native/services/vr/hardware_composer/impl/
Dvr_hwc.h84 int32_t cursor_y; member
Dvr_hwc.cpp595 hwc_layer->info.cursor_y = y; in setLayerCursorPosition()
963 composition_type, info.type, info.app_id, info.z_order, info.cursor_x, info.cursor_y, in dumpDebugInfo()