Home
last modified time | relevance | path

Searched defs:PandoraClient (Results 1 – 4 of 4) sorted by relevance

/external/pandora/avatar/avatar/metrics/
Dinterceptors.py40 PandoraClient = object variable
55 def interceptors(device: PandoraClient) -> Sequence[ClientInterceptor]:
59 def aio_interceptors(device: PandoraClient) -> Sequence[grpc.aio.ClientInterceptor]:
68 def __init__(self, device: PandoraClient) -> None:
84 def __init__(self, device: PandoraClient) -> None:
122 def __init__(self, device: PandoraClient) -> None:
170 def __init__(self, device: PandoraClient) -> None:
186 def __init__(self, device: PandoraClient) -> None:
233 def __init__(self, device: PandoraClient) -> None:
Dtrace.py38 PandoraClient = object variable
116 def __init__(self, device: PandoraClient, name: Union[bytes, str], message: Any) -> None:
/external/pandora/avatar/avatar/controllers/
Dpandora_device.py38 def destroy(devices: List['PandoraClient']) -> None:
44 def get_info(devices: List['PandoraClient']) -> List[Optional[Dict[str, Any]]]:
/external/pandora/avatar/avatar/
Dpandora_client.py59 class PandoraClient: class