Home
last modified time | relevance | path

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

123

/device/generic/goldfish/MultiDisplayProvider/jni/
Dcom_android_emulator_multidisplay.cpp92 static jobject nativeCreateSurface(JNIEnv *env, jobject obj, jint id, jint width, jint height) in nativeCreateSurface()
107 static jint nativeOpen(JNIEnv* env, jobject obj) { in nativeOpen()
121 static bool nativeReadPipe(JNIEnv* env, jobject obj, jintArray arr) { in nativeReadPipe()
152 static bool nativeReleaseListener(JNIEnv* env, jobject obj, jint id) { in nativeReleaseListener()
161 static bool nativeResizeListener(JNIEnv* env, jobject obj, jint id, jint w, jint h) { in nativeResizeListener()
/device/generic/vulkan-cereal/stream-servers/gl/glestranslator/GLcommon/
DObjectNameSpace.cpp47 for (size_t obj = 0; obj < objSize; obj++) { in NameSpace() local
89 for (const auto& obj : m_objectDataMap) { in touchTextures() local
127 for (const auto& obj : m_objectDataMap) { in postLoadRestore() local
151 for (const auto& obj : m_objectDataMap) { in preSave() local
158 for (const auto& obj : m_objectDataMap) { in onSave() local
/device/google/sunfish/json-c/
Djson_object.h346 # define json_object_object_foreach(obj,key,val) \ argument
359 # define json_object_object_foreach(obj,key,val) \ argument
378 #define json_object_object_foreachC(obj,iter) \ argument
Djson_util.c70 struct json_object *obj; in json_object_from_file() local
101 int json_object_to_file_ext(const char *filename, struct json_object *obj, int flags) in json_object_to_file_ext()
143 int json_object_to_file(const char *filename, struct json_object *obj) in json_object_to_file()
Djson_object_iterator.c67 json_object_iter_begin(struct json_object* obj) in json_object_iter_begin()
87 json_object_iter_end(const struct json_object* obj) in json_object_iter_end()
Djson_tokener.c162 struct json_object* obj; in json_tokener_parse() local
170 struct json_object* obj; in json_tokener_parse_verbose() local
235 struct json_object *obj = NULL; in json_tokener_parse_ex() local
/device/google/coral/json-c/
Djson_util.c70 struct json_object *obj; in json_object_from_file() local
101 int json_object_to_file_ext(const char *filename, struct json_object *obj, int flags) in json_object_to_file_ext()
143 int json_object_to_file(const char *filename, struct json_object *obj) in json_object_to_file()
Djson_object.h346 # define json_object_object_foreach(obj,key,val) \ argument
359 # define json_object_object_foreach(obj,key,val) \ argument
378 #define json_object_object_foreachC(obj,iter) \ argument
Djson_object_iterator.c67 json_object_iter_begin(struct json_object* obj) in json_object_iter_begin()
87 json_object_iter_end(const struct json_object* obj) in json_object_iter_end()
Djson_tokener.c162 struct json_object* obj; in json_tokener_parse() local
170 struct json_object* obj; in json_tokener_parse_verbose() local
235 struct json_object *obj = NULL; in json_tokener_parse_ex() local
/device/google/redbull/json-c/
Djson_util.c70 struct json_object *obj; in json_object_from_file() local
101 int json_object_to_file_ext(const char *filename, struct json_object *obj, int flags) in json_object_to_file_ext()
143 int json_object_to_file(const char *filename, struct json_object *obj) in json_object_to_file()
Djson_object.h346 # define json_object_object_foreach(obj,key,val) \ argument
359 # define json_object_object_foreach(obj,key,val) \ argument
378 #define json_object_object_foreachC(obj,iter) \ argument
Djson_object_iterator.c67 json_object_iter_begin(struct json_object* obj) in json_object_iter_begin()
87 json_object_iter_end(const struct json_object* obj) in json_object_iter_end()
Djson_tokener.c162 struct json_object* obj; in json_tokener_parse() local
170 struct json_object* obj; in json_tokener_parse_verbose() local
235 struct json_object *obj = NULL; in json_tokener_parse_ex() local
/device/generic/opengl-transport/host/commands/emugen/tests/t.001/expected/wrapper/
Dfoo_wrapper_entry.cpp54 void fooSetComplexStruct(const FooStruct* obj) in fooSetComplexStruct()
60 void fooGetComplexStruct(FooStruct* obj) in fooGetComplexStruct()
/device/generic/opengl-transport/host/commands/emugen/tests/t.001/expected/encoder/
Dfoo_entry.cpp55 void fooSetComplexStruct(const FooStruct* obj) in fooSetComplexStruct()
61 void fooGetComplexStruct(FooStruct* obj) in fooGetComplexStruct()
/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/sunfish/vibrator/common/
DHardwareBase.cpp98 HwCalBase *obj; in debug() member
107 HwCalBase *obj = context->obj; in debug() local
/device/google/felix/vibrator/common/
DHardwareBase.cpp116 HwCalBase *obj; in debug() member
125 HwCalBase *obj = context->obj; in debug() local
/device/google/cuttlefish/host/frontend/webrtc/libcommon/
Dutils.cpp29 Result<void> ValidateField(const Json::Value& obj, const std::string& type, in ValidateField()
64 const Json::Value& obj, const std::string& type, in ValidateJsonObject()
/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/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/generic/vulkan-cereal/fake-android-guest/libvulkan/
Ddriver_gen.cpp467 #define INIT_PROC(required, obj, proc) \ argument
477 #define INIT_PROC_EXT(ext, required, obj, proc) \ argument

123