Home
last modified time | relevance | path

Searched defs:obj (Results 1 – 11 of 11) sorted by relevance

/device/generic/goldfish/MultiDisplayProvider/jni/
Dcom_android_emulator_multidisplay.cpp93 static jobject nativeCreateSurface(JNIEnv *env, jobject obj, jint id, jint width, jint height) in nativeCreateSurface()
106 static jint nativeOpen(JNIEnv* env, jobject obj) { in nativeOpen()
120 static bool nativeReadPipe(JNIEnv* env, jobject obj, jintArray arr) { in nativeReadPipe()
159 static bool nativeReleaseListener(JNIEnv* env, jobject obj, jint id) { in nativeReleaseListener()
168 static bool nativeResizeListener(JNIEnv* env, jobject obj, jint id, jint w, jint h) { in nativeResizeListener()
/device/google/cuttlefish/host/commands/modem_simulator/
Dthread_looper.h39 T *obj, void (T::*f)(const Params&...), const Params&... params) { in makeSafeCallback()
46 T *obj, void (T::*f)(Params...), const Params&... params) { in makeSafeCallback()
/device/google/cuttlefish/host/frontend/webrtc/libdevice/
Daudio_track_source_impl.h74 AudioTrackSourceImplSinkWrapper(rtc::scoped_refptr<AudioTrackSourceImpl> obj) in AudioTrackSourceImplSinkWrapper()
Dvideo_track_source_impl.h64 VideoTrackSourceImplSinkWrapper(rtc::scoped_refptr<VideoTrackSourceImpl> obj) in VideoTrackSourceImplSinkWrapper()
/device/google/contexthub/firmware/os/algos/calibration/online_calibration/common_data/
Dcalibration_callback.h59 Callback(ClassCallerType* obj, in Callback()
/device/google/contexthub/util/common/
DJSONObject.cpp109 sp<JSONObject> obj = new JSONObject; in Parse() local
486 void JSONValue::setObject(const sp<JSONObject> &obj) { in setObject()
634 sp<JSONObject> obj; in Parse() local
/device/amlogic/yukawa/hal/gralloc/
Dmali_gralloc_module.cpp144 #define INIT_ZERO(obj) (memset(&(obj), 0, sizeof((obj)))) in private_module_t() argument
/device/linaro/hikey/gralloc960/
Dmali_gralloc_module.cpp144 #define INIT_ZERO(obj) (memset(&(obj), 0, sizeof((obj)))) in private_module_t() argument
/device/linaro/hikey/gralloc/
Dgralloc_module.cpp510 #define INIT_ZERO(obj) (memset(&(obj),0,sizeof((obj)))) in private_module_t() argument
/device/google/cuttlefish/host/frontend/webrtc_operator/assets/js/
Dserver_connector.js262 async #wsSendJson(obj) { argument
/device/google/contexthub/contexthubhal/
DNanohubHidlAdapter.cpp318 Contexthub *obj = static_cast<Contexthub *>(cookie); in contextHubCb() local