/device/google/cuttlefish/host/frontend/gcastv2/https/include/https/ |
D | SafeCallbackable.h | 22 std::function<void()> makeSafeCallback(T *obj, std::function<void(T *)> f) { in makeSafeCallback() 34 T *obj, void (T::*f)(const Params&...), const Params&... params) { in makeSafeCallback() 44 T *obj, void (T::*f)(Params...), const Params&... params) { in makeSafeCallback()
|
/device/generic/goldfish/MultiDisplayProvider/jni/ |
D | com_android_emulator_multidisplay.cpp | 93 static jobject nativeCreateSurface(JNIEnv *env, jobject obj, jint id, jint width, jint height) in nativeCreateSurface() 108 static jint nativeOpen(JNIEnv* env, jobject obj) { in nativeOpen() 122 static bool nativeReadPipe(JNIEnv* env, jobject obj, jintArray arr) { in nativeReadPipe() 153 static bool nativeReleaseListener(JNIEnv* env, jobject obj, jint id) { in nativeReleaseListener() 162 static bool nativeResizeListener(JNIEnv* env, jobject obj, jint id, jint w, jint h) { in nativeResizeListener()
|
/device/google/bonito/json-c/ |
D | json_object_iterator.c | 67 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()
|
D | json_object.h | 346 # 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
|
D | json_util.c | 70 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()
|
D | json_tokener.c | 162 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/crosshatch/json-c/ |
D | json_object_iterator.c | 67 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()
|
D | json_util.c | 70 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()
|
D | json_object.h | 346 # 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
|
D | json_tokener.c | 162 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/ |
D | json_object_iterator.c | 67 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()
|
D | json_util.c | 70 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()
|
D | json_object.h | 346 # 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
|
D | json_tokener.c | 162 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
|
D | json_tokener.h | 71 struct json_object *obj; member
|
/device/generic/opengl-transport/host/commands/emugen/tests/t.001/expected/encoder/ |
D | foo_entry.cpp | 55 void fooSetComplexStruct(const FooStruct* obj) in fooSetComplexStruct() 61 void fooGetComplexStruct(FooStruct* obj) in fooGetComplexStruct()
|
D | foo_enc.cpp | 143 void fooSetComplexStruct_enc(void *self , const FooStruct* obj) in fooSetComplexStruct_enc() 170 void fooGetComplexStruct_enc(void *self , FooStruct* obj) in fooGetComplexStruct_enc()
|
/device/generic/opengl-transport/host/commands/emugen/tests/t.001/expected/wrapper/ |
D | foo_wrapper_entry.cpp | 54 void fooSetComplexStruct(const FooStruct* obj) in fooSetComplexStruct() 60 void fooGetComplexStruct(FooStruct* obj) in fooGetComplexStruct()
|
/device/google/cuttlefish/host/commands/modem_simulator/ |
D | thread_looper.h | 39 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/contexthub/firmware/os/algos/calibration/online_calibration/common_data/ |
D | calibration_callback.h | 59 Callback(ClassCallerType* obj, in Callback()
|
/device/google/cuttlefish/host/frontend/webrtc/lib/ |
D | video_track_source_impl.h | 65 VideoTrackSourceImplSinkWrapper(rtc::scoped_refptr<VideoTrackSourceImpl> obj) in VideoTrackSourceImplSinkWrapper()
|
/device/google/contexthub/util/common/ |
D | JSONObject.cpp | 109 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/generic/goldfish-opengl/system/OpenglSystemCommon/ |
D | ThreadInfo_host.cpp | 32 static void doTlsDestruct(void* obj) { in doTlsDestruct()
|
/device/amlogic/yukawa/hal/gralloc/ |
D | mali_gralloc_module.cpp | 144 #define INIT_ZERO(obj) (memset(&(obj), 0, sizeof((obj)))) in private_module_t() argument
|
/device/linaro/hikey/gralloc960/ |
D | mali_gralloc_module.cpp | 144 #define INIT_ZERO(obj) (memset(&(obj), 0, sizeof((obj)))) in private_module_t() argument
|