HomeSort by relevance Sort by last modified time
    Searched refs:invokeGet (Results 1 - 8 of 8) sorted by null

  /hardware/interfaces/automotive/vehicle/2.0/default/tests/
VehicleHalManager_test.cpp 157 void invokeGet(int32_t property, int32_t areaId) {
162 invokeGet(requestedValue);
165 void invokeGet(const VehiclePropValue& requestedPropValue) {
322 invokeGet(kCustomComplexProperty, 0);
348 invokeGet(toInt(VehicleProperty::INFO_MAKE), 0);
357 invokeGet(toInt(VehicleProperty::HVAC_SEAT_TEMPERATURE), 0);
361 invokeGet(toInt(VehicleProperty::MIRROR_Z_MOVE), 0);
369 invokeGet(toInt(VehicleProperty::INFO_FUEL_CAPACITY), 0);
388 invokeGet(PROP, 0);
416 invokeGet(PROP, AREA1)
    [all...]
  /libcore/ojluni/src/main/java/jdk/net/
Sockets.java 130 private static <T> T invokeGet(
206 return invokeGet(siGetOption, s, name);
264 return invokeGet(siGetOption, s, name);
324 return invokeGet(dsiGetOption, s, name);
  /packages/services/Car/evs/app/
EvsStateControl.h 56 StatusCode invokeGet(VehiclePropValue *pRequestedPropValue);
EvsStateControl.cpp 101 if (invokeGet(&mGearValue) != StatusCode::OK) {
105 if (invokeGet(&mTurnSignalValue) != StatusCode::OK) {
145 StatusCode EvsStateControl::invokeGet(VehiclePropValue *pRequestedPropValue) {
146 ALOGD("invokeGet");
  /prebuilts/misc/common/jython/
jython.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython/2.5.3/
jython-2.5.3.jar 
  /prebuilts/devtools/tools/lib/
jython-standalone-2.5.3.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
jython-standalone-2.5.3.jar 

Completed in 1142 milliseconds