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

  /hardware/ti/omap4-aah/libtiutils/
Status.h 32 typedef int status_t; typedef in namespace:Ti
  /system/core/libpixelflinger/codeflinger/tinyutils/
Errors.h 27 typedef int32_t status_t; typedef in namespace:android::tinyutils
  /system/core/include/utils/
Errors.h 27 typedef int status_t; typedef in namespace:android
29 typedef int32_t status_t;
  /external/deqp/framework/platform/android/
tcuAndroidInternals.hpp 75 typedef deInt32 status_t; typedef in namespace:tcu::Android::internal
101 typedef status_t (*initCheckFunc) (android::GraphicBuffer* buffer);
102 typedef status_t (*lockFunc) (android::GraphicBuffer* buffer, deUint32 usage, void** vaddr);
103 typedef status_t (*unlockFunc) (android::GraphicBuffer* buffer);
175 status_t lock (deUint32 usage, void** vaddr);
176 status_t unlock (void);

Completed in 955 milliseconds