OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stopErrorListening
(Results
1 - 10
of
10
) sorted by null
/packages/services/Car/libvehiclenetwork/java/src/com/android/car/vehiclenetwork/
IVehicleNetwork.aidl
46
void
stopErrorListening
(in IVehicleNetworkListener listener) = 10;
VehicleNetwork.java
520
public synchronized void
stopErrorListening
() {
522
mService.
stopErrorListening
(mVehicleNetworkListener);
/packages/services/Car/libvehiclenetwork/include/
IVehicleNetwork.h
68
virtual void
stopErrorListening
(const sp<IVehicleNetworkListener> &listener) = 0;
VehicleNetwork.h
133
void
stopErrorListening
();
/packages/services/Car/tests/libvehiclenetwork-native-test/
IVehicleNetworkMockedTest.cpp
102
mVN->
stopErrorListening
(listener);
/packages/services/Car/libvehiclenetwork/native/
VehicleNetwork.cpp
287
void VehicleNetwork::
stopErrorListening
() {
288
getService()->
stopErrorListening
(this);
IVehicleNetwork.cpp
219
virtual void
stopErrorListening
(const sp<IVehicleNetworkListener> &listener) {
225
ALOGI("
stopErrorListening
%d", status);
429
stopErrorListening
(listener);
/packages/services/Car/vehicle_network_service/
VehicleNetworkService.h
307
virtual void
stopErrorListening
(const sp<IVehicleNetworkListener> &listener);
VehicleNetworkService.cpp
916
void VehicleNetworkService::
stopErrorListening
(const sp<IVehicleNetworkListener> &listener) {
[
all
...]
/packages/services/Car/tests/libvehiclenetwork-java-test/src/com/android/car/vehiclenetwork/libtest/
VehicleNetworkMockedTest.java
318
mVehicleNetwork.
stopErrorListening
();
Completed in 344 milliseconds