OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PropertyTimeoutException
(Results
1 - 8
of
8
) sorted by null
/packages/services/Car/service/src/com/android/car/hal/
PropertyTimeoutException.java
25
class
PropertyTimeoutException
extends Exception {
26
PropertyTimeoutException
(int property) {
VehicleHal.java
314
public VehiclePropValue get(int propertyId) throws
PropertyTimeoutException
{
318
public VehiclePropValue get(int propertyId, int areaId) throws
PropertyTimeoutException
{
329
public <T> T get(Class clazz, int propertyId) throws
PropertyTimeoutException
{
333
public <T> T get(Class clazz, int propertyId, int areaId) throws
PropertyTimeoutException
{
339
throws
PropertyTimeoutException
{
369
throws
PropertyTimeoutException
{
390
void set(VehiclePropValue propValue) throws
PropertyTimeoutException
{
581
void to(boolean value) throws
PropertyTimeoutException
{
585
void to(int value) throws
PropertyTimeoutException
{
590
void to(int[] values) throws
PropertyTimeoutException
{
[
all
...]
HalClient.java
80
public void setValue(VehiclePropValue propValue) throws
PropertyTimeoutException
{
97
throw new
PropertyTimeoutException
(propValue.prop);
107
VehiclePropValue getValue(VehiclePropValue requestedPropValue) throws
PropertyTimeoutException
{
123
throw new
PropertyTimeoutException
(propId);
DiagnosticHalService.java
289
} catch (
PropertyTimeoutException
e) {
307
} catch (
PropertyTimeoutException
e) {
325
} catch (
PropertyTimeoutException
e) {
341
} catch (
PropertyTimeoutException
e) {
PowerHalService.java
221
} catch (
PropertyTimeoutException
e) {
241
} catch (
PropertyTimeoutException
e) {
251
} catch (
PropertyTimeoutException
e) {
PropertyHalService.java
152
} catch (
PropertyTimeoutException
e) {
198
} catch (
PropertyTimeoutException
e) {
SensorHalServiceBase.java
143
} catch (
PropertyTimeoutException
e) {
VmsHalService.java
796
} catch (
PropertyTimeoutException
e) {
Completed in 103 milliseconds