Searched defs:PandoraClient (Results 1 – 4 of 4) sorted by relevance
/external/pandora/avatar/avatar/metrics/ |
D | interceptors.py | 40 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:
|
D | trace.py | 38 PandoraClient = object variable 116 def __init__(self, device: PandoraClient, name: Union[bytes, str], message: Any) -> None:
|
/external/pandora/avatar/avatar/controllers/ |
D | pandora_device.py | 38 def destroy(devices: List['PandoraClient']) -> None: 44 def get_info(devices: List['PandoraClient']) -> List[Optional[Dict[str, Any]]]:
|
/external/pandora/avatar/avatar/ |
D | pandora_client.py | 59 class PandoraClient: class
|