Home
last modified time | relevance | path

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

/frameworks/native/services/vr/hardware_composer/aidl/android/dvr/
Dparcelable_composer_layer.cpp72 ret = parcel->writeInt32(layer_.cursor_x); in writeToParcel()
175 ret = parcel->readInt32(&layer_.cursor_x); in readFromParcel()
/frameworks/native/libs/vr/libdvr/
Ddvr_hardware_composer_client.cpp220 *out_x = frame->frame.layers[layer_index].cursor_x; in dvrHwcFrameGetLayerCursor()
/frameworks/native/services/vr/hardware_composer/impl/
Dvr_hwc.h70 int32_t cursor_x; member
Dvr_hwc.cpp672 hwc_layer->info.cursor_x = x; in setLayerCursorPosition()
1004 composition_type, info.type, info.app_id, info.z_order, info.cursor_x, info.cursor_y, in dumpDebugInfo()