OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:onPropertyUnsubscribe
(Results
1 - 12
of
12
) sorted by null
/packages/services/Car/tests/libvehiclenetwork-native-test/
VehicleHalMock.h
58
virtual void
onPropertyUnsubscribe
(int32_t /*property*/) {
VehicleNetworkAudioHelperTest.cpp
86
virtual void
onPropertyUnsubscribe
(int32_t property) {
/packages/services/Car/libvehiclenetwork/native/
IVehicleNetworkHalMock.cpp
138
virtual void
onPropertyUnsubscribe
(int32_t property) {
144
ALOGI("
onPropertyUnsubscribe
property %d failed %d", property, status);
261
onPropertyUnsubscribe
(property);
/packages/services/Car/car-systemtest-lib/src/android/car/test/
CarTestManager.java
184
public void
onPropertyUnsubscribe
(int property) {
189
testManager.getHalMock().
onPropertyUnsubscribe
(property);
VehicleHalEmulator.java
58
void
onPropertyUnsubscribe
(int property);
251
getHalPropertyLocked(property).handler.
onPropertyUnsubscribe
(property);
303
public synchronized void
onPropertyUnsubscribe
(int property) {
337
public void
onPropertyUnsubscribe
(int property) {
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/
CarEmulator.java
184
public void
onPropertyUnsubscribe
(int property) {
204
public void
onPropertyUnsubscribe
(int property) {
/packages/services/Car/tests/carservice_test/src/com/android/car/test/
CarHvacManagerTest.java
201
public synchronized void
onPropertyUnsubscribe
(int property) {
202
Log.d(TAG, "
onPropertyUnSubscribe
property " + property);
CarRadioManagerTest.java
116
public synchronized void
onPropertyUnsubscribe
(int property) {
CarAudioFocusTest.java
70
public void
onPropertyUnsubscribe
(int property) {
100
public void
onPropertyUnsubscribe
(int property) {
577
public void
onPropertyUnsubscribe
(int property) {
CarPowerManagementTest.java
200
public void
onPropertyUnsubscribe
(int property) {
/packages/services/Car/libvehiclenetwork/java/src/com/android/car/vehiclenetwork/
VehicleNetwork.java
61
void
onPropertyUnsubscribe
(int property);
687
public void
onPropertyUnsubscribe
(int property) {
692
vehicleNetwork.getHalMock().
onPropertyUnsubscribe
(property);
/packages/services/Car/tests/libvehiclenetwork-java-test/src/com/android/car/vehiclenetwork/libtest/
VehicleNetworkMockedTest.java
432
void
onPropertyUnsubscribe
(int property);
485
public void
onPropertyUnsubscribe
(int property) {
488
fail("
onPropertyUnsubscribe
for unknown property " + Integer.toHexString(property));
490
handler.
onPropertyUnsubscribe
(property);
527
public void
onPropertyUnsubscribe
(int property) {
Completed in 292 milliseconds