Home
last modified time | relevance | path

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

/aosp_15_r20/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]:
69 def __init__(self, device: PandoraClient) -> None:
85 def __init__(self, device: PandoraClient) -> None:
123 def __init__(self, device: PandoraClient) -> None:
171 def __init__(self, device: PandoraClient) -> None:
187 def __init__(self, device: PandoraClient) -> None:
234 def __init__(self, device: PandoraClient) -> None:
Dtrace.py38 PandoraClient = object variable
117 def __init__(self, device: PandoraClient, name: Union[bytes, str], message: Any) -> None:
/aosp_15_r20/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]]]:
/aosp_15_r20/external/pandora/avatar/avatar/
Dpandora_client.py59 class PandoraClient: class