OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:onPropertyUnsubscribe
(Results
1 - 16
of
16
) sorted by null
/packages/services/Car/libvehiclenetwork/java/src/com/android/car/vehiclenetwork/
IVehicleNetworkHalMock.aidl
30
void
onPropertyUnsubscribe
(int property) = 4;
VehicleNetwork.java
61
void
onPropertyUnsubscribe
(int property);
687
public void
onPropertyUnsubscribe
(int property) {
692
vehicleNetwork.getHalMock().
onPropertyUnsubscribe
(property);
/packages/services/Car/libvehiclenetwork/include/
IVehicleNetworkHalMock.h
45
virtual void
onPropertyUnsubscribe
(int32_t property) = 0;
/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/car-systemtest-lib/src/android/car/test/
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) {
CarTestManager.java
184
public void
onPropertyUnsubscribe
(int property) {
189
testManager.getHalMock().
onPropertyUnsubscribe
(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/
AudioRoutingPolicyTest.java
61
public void
onPropertyUnsubscribe
(int property) {
CarAudioFocusTest.java
70
public void
onPropertyUnsubscribe
(int property) {
100
public void
onPropertyUnsubscribe
(int property) {
577
public void
onPropertyUnsubscribe
(int property) {
CarHvacManagerTest.java
201
public synchronized void
onPropertyUnsubscribe
(int property) {
202
Log.d(TAG, "
onPropertyUnSubscribe
property " + property);
CarPowerManagementTest.java
200
public void
onPropertyUnsubscribe
(int property) {
CarRadioManagerTest.java
116
public synchronized void
onPropertyUnsubscribe
(int 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) {
/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/vehicle_network_service/
VehicleNetworkService.cpp
722
mHalMock->
onPropertyUnsubscribe
(prop);
[
all
...]
Completed in 585 milliseconds