HomeSort by relevance Sort by last modified time
    Searched defs:PropertyId (Results 1 - 9 of 9) sorted by null

  /packages/services/Car/car-lib/src/android/car/hardware/hvac/
CarHvacManager.java 199 public @interface PropertyId {}
240 * @param propertyId
243 void onErrorEvent(@PropertyId int propertyId, int zone);
262 public void onErrorEvent(int propertyId, int zone) {
265 manager.handleOnErrorEvent(propertyId, zone);
282 private void handleOnErrorEvent(int propertyId, int zone) {
289 l.onErrorEvent(propertyId, zone);
309 * @param propertyId
312 public static boolean isZonedProperty(@PropertyId int propertyId)
    [all...]
  /packages/services/Car/car-lib/src/android/car/hardware/cabin/
CarCabinManager.java 368 public @interface PropertyId {}
383 * @param propertyId
386 void onErrorEvent(@PropertyId int propertyId, int zone);
405 public void onErrorEvent(int propertyId, int zone) {
408 manager.handleOnErrorEvent(propertyId, zone);
423 private void handleOnErrorEvent(int propertyId, int zone) {
430 l.onErrorEvent(propertyId, zone);
450 * @param propertyId
453 public static boolean isZonedProperty(@PropertyId int propertyId)
    [all...]
  /external/clang/lib/Sema/
SemaObjCProperty.cpp 425 IdentifierInfo *PropertyId = FD.D.getIdentifier();
441 PropertyId, ObjCPropertyDecl::getQueryKind(isClassProperty));
573 IdentifierInfo *PropertyId = FD.D.getIdentifier();
599 Diag(AtLoc, diag::warn_implements_nscopying) << PropertyId;
616 PropertyId, AtLoc,
623 DC, PropertyId, ObjCPropertyDecl::getQueryKind(isClassProperty))) {
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ntddstor.h 433 STORAGE_PROPERTY_ID PropertyId;
ks.h     [all...]
winioctl.h     [all...]
ntddndis.h     [all...]
  /prebuilts/sdk/tools/
jack-jar-tools.jar 
jack-jacoco-reporter.jar 

Completed in 327 milliseconds