package android.emulation.control.incubating

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

service AvdService

avd_service.proto:34

The AvdService can be used to inspect and retrieve general information about the running avd

service CarService

car_service.proto:34

A car service is a service that forwards events to and from the android car hal

service Modem

modem_service.proto:39

A Modem service allows you to interact with the emulated modem. The emulated modem can be used to receive sms, phone calls, and to modify the cellular information. This service is supported for API > 31

service ScreenRecording

screen_recording_service.proto:33

service SensorService

sensor_service.proto:35

This service is responsible for interacting with the sensor module of the emulator. It provides methods to set, get, and stream sensor data as well as the physical model.

service VirtualSceneService

virtual_scene_service.proto:34

message ActiveCalls

modem_service.proto:207

Used as response type in: Modem.listCalls

Used as field type in: PhoneEvent

message AnimationState

virtual_scene_service.proto:91

Used as request type in: VirtualSceneService.setAnimationState

Used as response type in: VirtualSceneService.getAnimationState, VirtualSceneService.setAnimationState

enum AvdFlavor

avd_service.proto:39

Used in: AvdInfo

message Call

modem_service.proto:181

A voice call that can be made

Used as request type in: Modem.createCall, Modem.deleteCall, Modem.updateCall

Used as response type in: Modem.createCall, Modem.updateCall

Used as field type in: ActiveCalls

enum Call.CallDirection

modem_service.proto:191

Used in: Call

enum Call.CallState

modem_service.proto:182

Used in: Call

message CallResult

modem_service.proto:170

enum CallResult.CallStatus

modem_service.proto:171

Used in: CallResult

message CarEvent

car_service.proto:46

Used as request type in: CarService.sendCarEvent, CarService.sendCarEvents

Used as response type in: CarService.receiveCarEvents

message CellIdentity

modem_service.proto:99

CellIdentity represents the identity of a unique cell.

Used in: CellInfo

message CellInfo

modem_service.proto:111

Used as request type in: Modem.setCellInfo

Used as response type in: Modem.getCellInfo, Modem.setCellInfo

enum CellInfo.CellMeterStatus

modem_service.proto:134

Used in: CellInfo

enum CellInfo.CellSimStatus

modem_service.proto:140

Used in: CellInfo

enum CellInfo.CellStandard

modem_service.proto:112

Used in: CellInfo

enum CellInfo.CellStatus

modem_service.proto:125

Used in: CellInfo

message CellSignalStrength

modem_service.proto:79

Used in: CellInfo

enum CellSignalStrength.CellSignalLevel

modem_service.proto:81

Represents the general signal quality.

Used in: CellSignalStrength

enum ImageState

avd_service.proto:49

Used in: AvdInfo

message ParameterValue

sensor_service.proto:77

Used in: PhysicalModelValue, SensorValue

enum PhoneEvent.PhoneEventType

modem_service.proto:212

Used in: PhoneEvent

message PhysicalModelValue

sensor_service.proto:149

Used as request type in: SensorService.getPhysicalModel, SensorService.receivePhysicalModelEvents, SensorService.setPhysicalModel

Used as response type in: SensorService.getPhysicalModel, SensorService.receivePhysicalModelEvents

enum PhysicalModelValue.Interpolation

sensor_service.proto:215

Used in: PhysicalModelValue

enum PhysicalModelValue.ParameterValueType

sensor_service.proto:221

Used in: PhysicalModelValue

enum PhysicalModelValue.PhysicalState

sensor_service.proto:150

Used in: PhysicalModelValue

enum PhysicalModelValue.PhysicalType

sensor_service.proto:162

Details on the sensors documentation can be found here: https://developer.android.com/reference/android/hardware/Sensor.html#TYPE_ The types must follow the order defined in "external/qemu/android/hw-sensors.h"

Used in: PhysicalModelValue

enum PhysicalStateEvent.StateEvent

sensor_service.proto:67

Used in: PhysicalStateEvent

message Poster

virtual_scene_service.proto:66

Used as request type in: VirtualSceneService.setPoster

Used as response type in: VirtualSceneService.setPoster

Used as field type in: PosterList

message RecordingInfo

screen_recording_service.proto:44

Used as request type in: ScreenRecording.ListRecordings, ScreenRecording.StartRecording, ScreenRecording.StopRecording

Used as response type in: ScreenRecording.ReceiveRecordingEvents, ScreenRecording.StartRecording, ScreenRecording.StopRecording

Used as field type in: RecordingInfoList

enum RecordingInfo.RecorderState

screen_recording_service.proto:45

Used in: RecordingInfo

message SensorValue

sensor_service.proto:82

A single sensor value.

Used as request type in: SensorService.getSensor, SensorService.receiveSensorEvents, SensorService.setSensor

Used as response type in: SensorService.getSensor, SensorService.receiveSensorEvents

enum SensorValue.SensorState

sensor_service.proto:83

Used in: SensorValue

enum SensorValue.SensorType

sensor_service.proto:94

These are the various sensors that can be available in an emulated devices.

Used in: SensorValue