HomeSort by relevance Sort by last modified time
    Searched refs:dap (Results 1 - 5 of 5) sorted by null

  /hardware/libhardware/modules/audio/
audio_policy.c 238 struct default_audio_policy *dap; local
246 dap = (struct default_audio_policy *)calloc(1, sizeof(*dap));
247 if (!dap)
250 dap->policy.set_device_connection_state = ap_set_device_connection_state;
251 dap->policy.get_device_connection_state = ap_get_device_connection_state;
252 dap->policy.set_phone_state = ap_set_phone_state;
253 dap->policy.set_ringer_mode = ap_set_ringer_mode;
254 dap->policy.set_force_use = ap_set_force_use;
255 dap->policy.get_force_use = ap_get_force_use
    [all...]
  /external/grub/stage2/
bios.c 27 extern int biosdisk_int13_extensions (int ax, int drive, void *dap);
65 } __attribute__ ((packed)) dap;
75 /* FIXME: sizeof (DAP) must be 0x10. Should assert that the compiler
77 dap.length = sizeof (dap);
78 dap.block = sector;
79 dap.blocks = nsec;
80 dap.reserved = 0;
83 dap.buffer = segment << 16;
85 err = biosdisk_int13_extensions ((read + 0x42) << 8, drive, &dap);
63 } __attribute__ ((packed)) dap; local
    [all...]
  /prebuilts/tools/common/osgi/
osgi.jar 
  /external/clang/lib/Sema/
SemaInit.cpp 4216 DeclAccessPair dap; local
    [all...]
SemaOverload.cpp 8763 DeclAccessPair dap; local
    [all...]

Completed in 136 milliseconds